Html Css Color HEX #659012 Olive Drab

📋 copy color: '#659012'

red 101 ◦ green 144 ◦ blue 18

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

Shades of Olive Drab #659012

Tints of Olive Drab #659012

RGB

 RED value IS 101 (39.84% from 255) = 38.4%

 GREEN value IS 144 (56.64% from 255) = 54.75%

 BLUE value IS 18 (7.42% from 255) = 6.84%

R = 38.4%
G = 54.75%
B = 6.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#659012 (or 0x659012) is known color: Olive Drab. HEX triplet: 65, 90 and 12. RGB value is (101,144,18). Sum of RGB (Red+Green+Blue) = 101+144+18=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #659012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659012 is #9A6FED. Grayscale: #757575. Windows color (decimal): -10121198 or 1216613. OLE color: 1216613.

HSL color Cylindrical-coordinate representation of color #659012: hue angle of 80.48º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #659012 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 144 18 -
CMYK 0.30 0 0.88 0.44
HSL 80.48º 0.78% 0.32% -
HSV(B) 80.48º 0.88% 0.56% -
XYZ 15.45 22.76 4.15 -
YUV 116.78 72.25 116.75 -
System Red Green Blue C M Y K H S L
Decimal 101 144 18 0.30 0 0.88 0.44 80.48 0.78 0.32
Hex 65 90 12 1E 0 58 2C 50 4E 20
Octal 145 220 22 36 0 130 54 120 116 40
Binary 1100101 10010000 10010 11110 0 1011000 101100 1010000 1001110 100000

Color Harmonies of #659012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659012

Black with #659012

Text Example


Text Example

White with #659012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659012; }

 p { color: rgb(101,144,18); }

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

background-color css

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

 a { background-color: rgb(101,144,18); }

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

border-color css

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

 span { border-color: rgb(101,144,18); }

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