Html Css Color HEX #609115 Olive Drab

📋 copy color: '#609115'

red 96 ◦ green 145 ◦ blue 21

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

Shades of Olive Drab #609115

Tints of Olive Drab #609115

RGB

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

 GREEN value IS 145 (57.03% from 255) = 55.34%

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

R = 36.64%
G = 55.34%
B = 8.02%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#609115 (or 0x609115) is known color: Olive Drab. HEX triplet: 60, 91 and 15. RGB value is (96,145,21). Sum of RGB (Red+Green+Blue) = 96+145+21=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 145 (57.03% from 255 or 55.34% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 145 - color contains mainly: green. Hex color #609115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609115 is #9F6EEA. Grayscale: #747474. Windows color (decimal): -10448619 or 1413472. OLE color: 1413472.

HSL color Cylindrical-coordinate representation of color #609115: hue angle of 83.71º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #609115 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 145 21 -
CMYK 0.34 0 0.86 0.43
HSL 83.71º 0.75% 0.33% -
HSV(B) 83.71º 0.86% 0.57% -
XYZ 15.08 22.79 4.31 -
YUV 116.21 74.27 113.58 -
System Red Green Blue C M Y K H S L
Decimal 96 145 21 0.34 0 0.86 0.43 83.71 0.75 0.33
Hex 60 91 15 22 0 56 2B 54 4B 21
Octal 140 221 25 42 0 126 53 124 113 41
Binary 1100000 10010001 10101 100010 0 1010110 101011 1010100 1001011 100001

Color Harmonies of #609115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609115

Black with #609115

Text Example


Text Example

White with #609115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609115; }

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

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

background-color css

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

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

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

border-color css

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

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

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