Html Css Color HEX #609100 Olive Drab

📋 copy color: '#609100'

red 96 ◦ green 145 ◦ blue 0

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

Shades of Olive Drab #609100

Tints of Olive Drab #609100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.83%
G = 60.17%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#609100 (or 0x609100) is known color: Olive Drab. HEX triplet: 60, 91 and 00. RGB value is (96,145,0). Sum of RGB (Red+Green+Blue) = 96+145+0=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 145 (57.03% from 255 or 60.17% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 145 - color contains mainly: green. Hex color #609100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609100 is #9F6EFF. Grayscale: #727272. Windows color (decimal): -10448640 or 37216. OLE color: 37216.

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

Color convert

RGB 96 145 0 -
CMYK 0.34 0 1 0.43
HSL 80.28º 1% 0.28% -
HSV(B) 80.28º 1% 0.57% -
XYZ 14.95 22.74 3.6 -
YUV 113.82 63.77 115.29 -
System Red Green Blue C M Y K H S L
Decimal 96 145 0 0.34 0 1 0.43 80.28 1 0.28
Hex 60 91 0 22 0 64 2B 50 64 1C
Octal 140 221 0 42 0 144 53 120 144 34
Binary 1100000 10010001 0 100010 0 1100100 101011 1010000 1100100 11100

Color Harmonies of #609100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609100

Black with #609100

Text Example


Text Example

White with #609100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609100; }

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

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

background-color css

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

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

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

border-color css

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

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

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