Html Css Color HEX #608B05 Olive Drab

📋 copy color: '#608B05'

red 96 ◦ green 139 ◦ blue 5

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

Shades of Olive Drab #608B05

Tints of Olive Drab #608B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.08%

R = 40%
G = 57.92%
B = 2.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#608B05 (or 0x608B05) is known color: Olive Drab. HEX triplet: 60, 8B and 05. RGB value is (96,139,5). Sum of RGB (Red+Green+Blue) = 96+139+5=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 139 (54.69% from 255 or 57.92% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 139 - color contains mainly: green. Hex color #608B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608B05 is #9F74FA. Grayscale: #6F6F6F. Windows color (decimal): -10450171 or 363360. OLE color: 363360.

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

Color convert

RGB 96 139 5 -
CMYK 0.31 0 0.96 0.45
HSL 79.25º 0.93% 0.28% -
HSV(B) 79.25º 0.96% 0.55% -
XYZ 14.08 20.96 3.45 -
YUV 110.87 68.25 117.4 -
System Red Green Blue C M Y K H S L
Decimal 96 139 5 0.31 0 0.96 0.45 79.25 0.93 0.28
Hex 60 8B 5 1F 0 60 2D 4F 5D 1C
Octal 140 213 5 37 0 140 55 117 135 34
Binary 1100000 10001011 101 11111 0 1100000 101101 1001111 1011101 11100

Color Harmonies of #608B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608B05

Black with #608B05

Text Example


Text Example

White with #608B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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