Html Css Color HEX #608115 Olive Drab

📋 copy color: '#608115'

red 96 ◦ green 129 ◦ blue 21

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

Shades of Olive Drab #608115

Tints of Olive Drab #608115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.44%

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

R = 39.02%
G = 52.44%
B = 8.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#608115 (or 0x608115) is known color: Olive Drab. HEX triplet: 60, 81 and 15. RGB value is (96,129,21). Sum of RGB (Red+Green+Blue) = 96+129+21=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #608115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608115 is #9F7EEA. Grayscale: #6B6B6B. Windows color (decimal): -10452715 or 1409376. OLE color: 1409376.

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

Color convert

RGB 96 129 21 -
CMYK 0.26 0 0.84 0.49
HSL 78.33º 0.72% 0.29% -
HSV(B) 78.33º 0.84% 0.51% -
XYZ 12.81 18.24 3.56 -
YUV 106.82 79.57 120.28 -
System Red Green Blue C M Y K H S L
Decimal 96 129 21 0.26 0 0.84 0.49 78.33 0.72 0.29
Hex 60 81 15 1A 0 54 31 4E 48 1D
Octal 140 201 25 32 0 124 61 116 110 35
Binary 1100000 10000001 10101 11010 0 1010100 110001 1001110 1001000 11101

Color Harmonies of #608115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608115

Black with #608115

Text Example


Text Example

White with #608115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608115; }

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

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

background-color css

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

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

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

border-color css

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

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

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