Html Css Color HEX #659512 Olive Drab

📋 copy color: '#659512'

red 101 ◦ green 149 ◦ blue 18

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

Shades of Olive Drab #659512

Tints of Olive Drab #659512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.6%

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

R = 37.69%
G = 55.6%
B = 6.72%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#659512 (or 0x659512) is known color: Olive Drab. HEX triplet: 65, 95 and 12. RGB value is (101,149,18). Sum of RGB (Red+Green+Blue) = 101+149+18=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 149 (58.59% from 255 or 55.60% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 149 - color contains mainly: green. Hex color #659512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659512 is #9A6AED. Grayscale: #787878. Windows color (decimal): -10119918 or 1217893. OLE color: 1217893.

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

Color convert

RGB 101 149 18 -
CMYK 0.32 0 0.88 0.42
HSL 81.98º 0.78% 0.33% -
HSV(B) 81.98º 0.88% 0.58% -
XYZ 16.22 24.31 4.41 -
YUV 119.71 70.6 114.65 -
System Red Green Blue C M Y K H S L
Decimal 101 149 18 0.32 0 0.88 0.42 81.98 0.78 0.33
Hex 65 95 12 20 0 58 2A 52 4E 21
Octal 145 225 22 40 0 130 52 122 116 41
Binary 1100101 10010101 10010 100000 0 1011000 101010 1010010 1001110 100001

Color Harmonies of #659512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659512

Black with #659512

Text Example


Text Example

White with #659512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659512; }

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

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

background-color css

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

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

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

border-color css

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

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

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