Html Css Color HEX #608D15 Olive Drab

📋 copy color: '#608D15'

red 96 ◦ green 141 ◦ blue 21

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

Shades of Olive Drab #608D15

Tints of Olive Drab #608D15

RGB

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

 GREEN value IS 141 (55.47% from 255) = 54.65%

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

R = 37.21%
G = 54.65%
B = 8.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#608D15 (or 0x608D15) is known color: Olive Drab. HEX triplet: 60, 8D and 15. RGB value is (96,141,21). Sum of RGB (Red+Green+Blue) = 96+141+21=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 141 (55.47% from 255 or 54.65% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 141 - color contains mainly: green. Hex color #608D15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608D15 is #9F72EA. Grayscale: #727272. Windows color (decimal): -10449643 or 1412448. OLE color: 1412448.

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

Color convert

RGB 96 141 21 -
CMYK 0.32 0 0.85 0.45
HSL 82.5º 0.74% 0.32% -
HSV(B) 82.5º 0.85% 0.55% -
XYZ 14.48 21.59 4.11 -
YUV 113.87 75.59 115.26 -
System Red Green Blue C M Y K H S L
Decimal 96 141 21 0.32 0 0.85 0.45 82.5 0.74 0.32
Hex 60 8D 15 20 0 55 2D 52 4A 20
Octal 140 215 25 40 0 125 55 122 112 40
Binary 1100000 10001101 10101 100000 0 1010101 101101 1010010 1001010 100000

Color Harmonies of #608D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608D15

Black with #608D15

Text Example


Text Example

White with #608D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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