Html Css Color HEX #608B15 Olive Drab

📋 copy color: '#608B15'

red 96 ◦ green 139 ◦ blue 21

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

Shades of Olive Drab #608B15

Tints of Olive Drab #608B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.2%

R = 37.5%
G = 54.3%
B = 8.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#608B15 (or 0x608B15) is known color: Olive Drab. HEX triplet: 60, 8B and 15. RGB value is (96,139,21). Sum of RGB (Red+Green+Blue) = 96+139+21=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 139 (54.69% from 255 or 54.30% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 139 - color contains mainly: green. Hex color #608B15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608B15 is #9F74EA. Grayscale: #717171. Windows color (decimal): -10450155 or 1411936. OLE color: 1411936.

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

Color convert

RGB 96 139 21 -
CMYK 0.31 0 0.85 0.45
HSL 81.86º 0.74% 0.31% -
HSV(B) 81.86º 0.85% 0.55% -
XYZ 14.19 21.01 4.02 -
YUV 112.69 76.25 116.09 -
System Red Green Blue C M Y K H S L
Decimal 96 139 21 0.31 0 0.85 0.45 81.86 0.74 0.31
Hex 60 8B 15 1F 0 55 2D 52 4A 1F
Octal 140 213 25 37 0 125 55 122 112 37
Binary 1100000 10001011 10101 11111 0 1010101 101101 1010010 1001010 11111

Color Harmonies of #608B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608B15

Black with #608B15

Text Example


Text Example

White with #608B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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