#697B3F

Color #697B3F Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #697B3F

Tints of Dingley #697B3F

Color information

#697B3F (or 0x697B3F) is unknown color: approx Dingley. HEX triplet: 69, 7B and 3F. RGB value is (105,123,63). Sum of RGB (Red+Green+Blue) = 105+123+63=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 123 - color contains mainly: green. Hex color #697B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697B3F is #9684C0. Grayscale: #6F6F6F. Windows color (decimal): -9864385 or 4160361. OLE color: 4160361.

HSL color Cylindrical-coordinate representation of color #697B3F: hue angle of 78º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #697B3F is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB10512363-
CMYK0.1500.490.52
HSL78º32.26%36.47%-
HSV(B)78º48.78%48.24%-
XYZ13.8117.537.36-
YUV110.78101.04123.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 36.08%
GREEN value IS 123 (48.44% from 255) = 42.27%
BLUE value IS 63 (25% from 255) = 21.65%
R=36.08%
G=42.27%
B=21.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105123630.1500.490.527832.2636.47
Hex697B3FF031344e2024
Octal1511737717061641164044
Binary11010011111011111111111101100011101001001110100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697B3F; }

 p { color: rgb(105,123,63); }

 H1.HeaderClassName
 {
   color: #697B3F;
 }
 .AnyTagClassName
 {
   color: #697B3F;
 }
</style>
background-color css

<style>
 a { background-color: #697B3F; }

 a { background-color: rgb(105,123,63); }

 div.DivClassName
 {
   background-color: #697B3F;
 }
 .BgClassName
 {
   background-color: #697B3F;
 }
</style>
border-color css

<style>
 span { border-color: #697B3F; }

 span { border-color: rgb(105,123,63); }

 td.TdClassName
 {
   border-color: #697B3F;
 }
 .TagClassName
 {
   border-color: #697B3F;
 }
</style>