Html Css Color HEX #608915 Olive Drab

📋 copy color: '#608915'

red 96 ◦ green 137 ◦ blue 21

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

Shades of Olive Drab #608915

Tints of Olive Drab #608915

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.94%

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

R = 37.8%
G = 53.94%
B = 8.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#608915 (or 0x608915) is known color: Olive Drab. HEX triplet: 60, 89 and 15. RGB value is (96,137,21). Sum of RGB (Red+Green+Blue) = 96+137+21=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #608915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608915 is #9F76EA. Grayscale: #6F6F6F. Windows color (decimal): -10450667 or 1411424. OLE color: 1411424.

HSL color Cylindrical-coordinate representation of color #608915: hue angle of 81.21º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #608915 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 137 21 -
CMYK 0.30 0 0.85 0.46
HSL 81.21º 0.73% 0.31% -
HSV(B) 81.21º 0.85% 0.54% -
XYZ 13.9 20.43 3.92 -
YUV 111.52 76.92 116.93 -
System Red Green Blue C M Y K H S L
Decimal 96 137 21 0.30 0 0.85 0.46 81.21 0.73 0.31
Hex 60 89 15 1E 0 55 2E 51 49 1F
Octal 140 211 25 36 0 125 56 121 111 37
Binary 1100000 10001001 10101 11110 0 1010101 101110 1010001 1001001 11111

Color Harmonies of #608915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608915

Black with #608915

Text Example


Text Example

White with #608915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608915; }

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

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

background-color css

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

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

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

border-color css

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

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

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