Html Css Color HEX #608304 Olive Drab

📋 copy color: '#608304'

red 96 ◦ green 131 ◦ blue 4

#608304
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #608304

Tints of Olive Drab #608304

RGB

 RED value IS 96 (37.89% from 255) = 41.56%

 GREEN value IS 131 (51.56% from 255) = 56.71%

 BLUE value IS 4 (1.95% from 255) = 1.73%

R = 41.56%
G = 56.71%
B = 1.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#608304 (or 0x608304) is known color: Olive Drab. HEX triplet: 60, 83 and 04. RGB value is (96,131,4). Sum of RGB (Red+Green+Blue) = 96+131+4=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 131 (51.56% from 255 or 56.71% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 131 - color contains mainly: green. Hex color #608304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608304 is #9F7CFB. Grayscale: #6A6A6A. Windows color (decimal): -10452220 or 295776. OLE color: 295776.

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

Color convert

RGB 96 131 4 -
CMYK 0.27 0 0.97 0.49
HSL 76.54º 0.94% 0.26% -
HSV(B) 76.54º 0.97% 0.51% -
XYZ 12.96 18.73 3.05 -
YUV 106.06 70.4 120.83 -
System Red Green Blue C M Y K H S L
Decimal 96 131 4 0.27 0 0.97 0.49 76.54 0.94 0.26
Hex 60 83 4 1B 0 61 31 4D 5E 1A
Octal 140 203 4 33 0 141 61 115 136 32
Binary 1100000 10000011 100 11011 0 1100001 110001 1001101 1011110 11010

Color Harmonies of #608304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608304

Black with #608304

Text Example


Text Example

White with #608304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608304; }

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

 H1.HeaderClassName
 {
   color: #608304;
 }
 .AnyTagClassName
 {
   color: #608304;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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