#608404

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

Shades of Olive Drab #608404

Tints of Olive Drab #608404

Color information

#608404 (or 0x608404) is unknown color: approx Olive Drab. HEX triplet: 60, 84 and 04. RGB value is (96,132,4). Sum of RGB (Red+Green+Blue) = 96+132+4=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 132 (51.95% from 255 or 56.90% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 132 - color contains mainly: green. Hex color #608404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608404 is #9F7BFB. Grayscale: #6B6B6B. Windows color (decimal): -10451964 or 296032. OLE color: 296032.

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

Color convert

RGB961324-
CMYK0.2700.970.48
HSL76.88º94.12%26.67%-
HSV(B)76.88º96.97%51.76%-
XYZ13.1193.09-
YUV106.6470.07120.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 132 (51.95% from 255) = 56.90%
BLUE value IS 4 (1.95% from 255) = 1.72%
R=41.38%
G=56.90%
B=1.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9613240.2700.970.4876.8894.1226.67
Hex608441B061304d5e1b
Octal14020443301416011513633
Binary11000001000010010011011011000011100001001101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608404; }

 p { color: rgb(96,132,4); }

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

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

 a { background-color: rgb(96,132,4); }

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

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

 span { border-color: rgb(96,132,4); }

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