Html Css Color HEX #659914 Olive Drab

📋 copy color: '#659914'

red 101 ◦ green 153 ◦ blue 20

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

Shades of Olive Drab #659914

Tints of Olive Drab #659914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 55.84%

 BLUE value IS 20 (8.2% from 255) = 7.3%

R = 36.86%
G = 55.84%
B = 7.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#659914 (or 0x659914) is known color: Olive Drab. HEX triplet: 65, 99 and 14. RGB value is (101,153,20). Sum of RGB (Red+Green+Blue) = 101+153+20=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #659914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659914 is #9A66EB. Grayscale: #7A7A7A. Windows color (decimal): -10118892 or 1349989. OLE color: 1349989.

HSL color Cylindrical-coordinate representation of color #659914: hue angle of 83.46º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #659914 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 153 20 -
CMYK 0.34 0 0.87 0.4
HSL 83.46º 0.77% 0.34% -
HSV(B) 83.46º 0.87% 0.6% -
XYZ 16.88 25.6 4.71 -
YUV 122.29 70.27 112.81 -
System Red Green Blue C M Y K H S L
Decimal 101 153 20 0.34 0 0.87 0.4 83.46 0.77 0.34
Hex 65 99 14 22 0 57 28 53 4D 22
Octal 145 231 24 42 0 127 50 123 115 42
Binary 1100101 10011001 10100 100010 0 1010111 101000 1010011 1001101 100010

Color Harmonies of #659914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659914

Black with #659914

Text Example


Text Example

White with #659914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659914; }

 p { color: rgb(101,153,20); }

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

background-color css

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

 a { background-color: rgb(101,153,20); }

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

border-color css

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

 span { border-color: rgb(101,153,20); }

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