#606F38

Color #606F38 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #606F38

Tints of Dark Olive Green #606F38

Color information

#606F38 (or 0x606F38) is unknown color: approx Dark Olive Green. HEX triplet: 60, 6F and 38. RGB value is (96,111,56). Sum of RGB (Red+Green+Blue) = 96+111+56=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 111 - color contains mainly: green. Hex color #606F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606F38 is #9F90C7. Grayscale: #646464. Windows color (decimal): -10457288 or 3698528. OLE color: 3698528.

HSL color Cylindrical-coordinate representation of color #606F38: hue angle of 76.36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #606F38 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB9611156-
CMYK0.1400.500.56
HSL76.36º32.93%32.75%-
HSV(B)76.36º49.55%43.53%-
XYZ11.2214.145.88-
YUV100.24103.03124.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.50%
GREEN value IS 111 (43.75% from 255) = 42.21%
BLUE value IS 56 (22.27% from 255) = 21.29%
R=36.50%
G=42.21%
B=21.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96111560.1400.500.5676.3632.9332.75
Hex606F38E032384c2121
Octal1401577016062701144141
Binary11000001101111111000111001100101110001001100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606F38; }

 p { color: rgb(96,111,56); }

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

<style>
 a { background-color: #606F38; }

 a { background-color: rgb(96,111,56); }

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

<style>
 span { border-color: #606F38; }

 span { border-color: rgb(96,111,56); }

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