#608506

Color #608506 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #608506

Tints of Olive Drab #608506

Color information

#608506 (or 0x608506) is unknown color: approx Olive Drab. HEX triplet: 60, 85 and 06. RGB value is (96,133,6). Sum of RGB (Red+Green+Blue) = 96+133+6=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #608506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608506 is #9F7AF9. Grayscale: #6B6B6B. Windows color (decimal): -10451706 or 427360. OLE color: 427360.

HSL color Cylindrical-coordinate representation of color #608506: hue angle of 77.48º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #608506 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB961336-
CMYK0.2800.950.48
HSL77.48º91.37%27.25%-
HSV(B)77.48º95.49%52.16%-
XYZ13.2419.283.19-
YUV107.4670.74119.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.85%
GREEN value IS 133 (52.34% from 255) = 56.60%
BLUE value IS 6 (2.73% from 255) = 2.55%
R=40.85%
G=56.60%
B=2.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9613360.2800.950.4877.4891.3727.25
Hex608561C05F304d5b1b
Octal14020563401376011513333
Binary11000001000010111011100010111111100001001101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608506; }

 p { color: rgb(96,133,6); }

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

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

 a { background-color: rgb(96,133,6); }

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

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

 span { border-color: rgb(96,133,6); }

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