Html Css Color HEX #659411 Olive Drab

📋 copy color: '#659411'

red 101 ◦ green 148 ◦ blue 17

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

Shades of Olive Drab #659411

Tints of Olive Drab #659411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.39%

R = 37.97%
G = 55.64%
B = 6.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#659411 (or 0x659411) is known color: Olive Drab. HEX triplet: 65, 94 and 11. RGB value is (101,148,17). Sum of RGB (Red+Green+Blue) = 101+148+17=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #659411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659411 is #9A6BEE. Grayscale: #777777. Windows color (decimal): -10120175 or 1152101. OLE color: 1152101.

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

Color convert

RGB 101 148 17 -
CMYK 0.32 0 0.89 0.42
HSL 81.53º 0.79% 0.32% -
HSV(B) 81.53º 0.89% 0.58% -
XYZ 16.06 23.99 4.31 -
YUV 119.01 70.43 115.15 -
System Red Green Blue C M Y K H S L
Decimal 101 148 17 0.32 0 0.89 0.42 81.53 0.79 0.32
Hex 65 94 11 20 0 59 2A 52 4F 20
Octal 145 224 21 40 0 131 52 122 117 40
Binary 1100101 10010100 10001 100000 0 1011001 101010 1010010 1001111 100000

Color Harmonies of #659411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659411

Black with #659411

Text Example


Text Example

White with #659411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659411; }

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

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

background-color css

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

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

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

border-color css

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

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

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