Html Css Color HEX #659416 Olive Drab

📋 copy color: '#659416'

red 101 ◦ green 148 ◦ blue 22

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

Shades of Olive Drab #659416

Tints of Olive Drab #659416

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.61%

 BLUE value IS 22 (8.98% from 255) = 8.12%

R = 37.27%
G = 54.61%
B = 8.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#659416 (or 0x659416) is known color: Olive Drab. HEX triplet: 65, 94 and 16. RGB value is (101,148,22). Sum of RGB (Red+Green+Blue) = 101+148+22=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #659416 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659416 is #9A6BE9. Grayscale: #787878. Windows color (decimal): -10120170 or 1479781. OLE color: 1479781.

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

Color convert

RGB 101 148 22 -
CMYK 0.32 0 0.85 0.42
HSL 82.38º 0.74% 0.33% -
HSV(B) 82.38º 0.85% 0.58% -
XYZ 16.1 24 4.54 -
YUV 119.58 72.93 114.75 -
System Red Green Blue C M Y K H S L
Decimal 101 148 22 0.32 0 0.85 0.42 82.38 0.74 0.33
Hex 65 94 16 20 0 55 2A 52 4A 21
Octal 145 224 26 40 0 125 52 122 112 41
Binary 1100101 10010100 10110 100000 0 1010101 101010 1010010 1001010 100001

Color Harmonies of #659416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659416

Black with #659416

Text Example


Text Example

White with #659416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659416; }

 p { color: rgb(101,148,22); }

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

background-color css

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

 a { background-color: rgb(101,148,22); }

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

border-color css

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

 span { border-color: rgb(101,148,22); }

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