Html Css Color HEX #608B04 Olive Drab

📋 copy color: '#608B04'

red 96 ◦ green 139 ◦ blue 4

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

Shades of Olive Drab #608B04

Tints of Olive Drab #608B04

RGB

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

 GREEN value IS 139 (54.69% from 255) = 58.16%

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

R = 40.17%
G = 58.16%
B = 1.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#608B04 (or 0x608B04) is known color: Olive Drab. HEX triplet: 60, 8B and 04. RGB value is (96,139,4). Sum of RGB (Red+Green+Blue) = 96+139+4=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 139 (54.69% from 255 or 58.16% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 139 - color contains mainly: green. Hex color #608B04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608B04 is #9F74FB. Grayscale: #6F6F6F. Windows color (decimal): -10450172 or 297824. OLE color: 297824.

HSL color Cylindrical-coordinate representation of color #608B04: hue angle of 79.11º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #608B04 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 139 4 -
CMYK 0.31 0 0.97 0.45
HSL 79.11º 0.94% 0.28% -
HSV(B) 79.11º 0.97% 0.55% -
XYZ 14.08 20.96 3.42 -
YUV 110.75 67.75 117.48 -
System Red Green Blue C M Y K H S L
Decimal 96 139 4 0.31 0 0.97 0.45 79.11 0.94 0.28
Hex 60 8B 4 1F 0 61 2D 4F 5E 1C
Octal 140 213 4 37 0 141 55 117 136 34
Binary 1100000 10001011 100 11111 0 1100001 101101 1001111 1011110 11100

Color Harmonies of #608B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608B04

Black with #608B04

Text Example


Text Example

White with #608B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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