Html Css Color HEX #609110 Olive Drab

📋 copy color: '#609110'

red 96 ◦ green 145 ◦ blue 16

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

Shades of Olive Drab #609110

Tints of Olive Drab #609110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.23%

R = 37.35%
G = 56.42%
B = 6.23%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#609110 (or 0x609110) is known color: Olive Drab. HEX triplet: 60, 91 and 10. RGB value is (96,145,16). Sum of RGB (Red+Green+Blue) = 96+145+16=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 145 (57.03% from 255 or 56.42% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 145 - color contains mainly: green. Hex color #609110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609110 is #9F6EEF. Grayscale: #747474. Windows color (decimal): -10448624 or 1085792. OLE color: 1085792.

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

Color convert

RGB 96 145 16 -
CMYK 0.34 0 0.89 0.43
HSL 82.79º 0.8% 0.32% -
HSV(B) 82.79º 0.89% 0.57% -
XYZ 15.04 22.78 4.09 -
YUV 115.64 71.77 113.99 -
System Red Green Blue C M Y K H S L
Decimal 96 145 16 0.34 0 0.89 0.43 82.79 0.8 0.32
Hex 60 91 10 22 0 59 2B 53 50 20
Octal 140 221 20 42 0 131 53 123 120 40
Binary 1100000 10010001 10000 100010 0 1011001 101011 1010011 1010000 100000

Color Harmonies of #609110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609110

Black with #609110

Text Example


Text Example

White with #609110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609110; }

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

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

background-color css

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

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

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

border-color css

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

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

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