Html Css Color HEX #659612 Olive Drab

📋 copy color: '#659612'

red 101 ◦ green 150 ◦ blue 18

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

Shades of Olive Drab #659612

Tints of Olive Drab #659612

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.76%

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

R = 37.55%
G = 55.76%
B = 6.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#659612 (or 0x659612) is known color: Olive Drab. HEX triplet: 65, 96 and 12. RGB value is (101,150,18). Sum of RGB (Red+Green+Blue) = 101+150+18=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #659612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659612 is #9A69ED. Grayscale: #787878. Windows color (decimal): -10119662 or 1218149. OLE color: 1218149.

HSL color Cylindrical-coordinate representation of color #659612: hue angle of 82.27º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #659612 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 150 18 -
CMYK 0.33 0 0.88 0.41
HSL 82.27º 0.79% 0.33% -
HSV(B) 82.27º 0.88% 0.59% -
XYZ 16.38 24.62 4.46 -
YUV 120.3 70.27 114.23 -
System Red Green Blue C M Y K H S L
Decimal 101 150 18 0.33 0 0.88 0.41 82.27 0.79 0.33
Hex 65 96 12 21 0 58 29 52 4F 21
Octal 145 226 22 41 0 130 51 122 117 41
Binary 1100101 10010110 10010 100001 0 1011000 101001 1010010 1001111 100001

Color Harmonies of #659612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659612

Black with #659612

Text Example


Text Example

White with #659612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659612; }

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

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

background-color css

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

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

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

border-color css

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

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

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