Html Css Color HEX #659014 Olive Drab

📋 copy color: '#659014'

red 101 ◦ green 144 ◦ blue 20

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

Shades of Olive Drab #659014

Tints of Olive Drab #659014

RGB

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

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

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

R = 38.11%
G = 54.34%
B = 7.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#659014 (or 0x659014) is known color: Olive Drab. HEX triplet: 65, 90 and 14. RGB value is (101,144,20). Sum of RGB (Red+Green+Blue) = 101+144+20=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #659014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659014 is #9A6FEB. Grayscale: #757575. Windows color (decimal): -10121196 or 1347685. OLE color: 1347685.

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

Color convert

RGB 101 144 20 -
CMYK 0.30 0 0.86 0.44
HSL 80.81º 0.76% 0.32% -
HSV(B) 80.81º 0.86% 0.56% -
XYZ 15.47 22.76 4.24 -
YUV 117.01 73.25 116.58 -
System Red Green Blue C M Y K H S L
Decimal 101 144 20 0.30 0 0.86 0.44 80.81 0.76 0.32
Hex 65 90 14 1E 0 56 2C 51 4C 20
Octal 145 220 24 36 0 126 54 121 114 40
Binary 1100101 10010000 10100 11110 0 1010110 101100 1010001 1001100 100000

Color Harmonies of #659014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659014

Black with #659014

Text Example


Text Example

White with #659014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659014; }

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

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

background-color css

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

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

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

border-color css

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

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

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