Html Css Color HEX #659410 Olive Drab

📋 copy color: '#659410'

red 101 ◦ green 148 ◦ blue 16

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

Shades of Olive Drab #659410

Tints of Olive Drab #659410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.04%

R = 38.11%
G = 55.85%
B = 6.04%

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

#659410 (or 0x659410) is known color: Olive Drab. HEX triplet: 65, 94 and 10. RGB value is (101,148,16). Sum of RGB (Red+Green+Blue) = 101+148+16=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #659410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659410 is #9A6BEF. Grayscale: #777777. Windows color (decimal): -10120176 or 1086565. OLE color: 1086565.

HSL color Cylindrical-coordinate representation of color #659410: hue angle of 81.36º degrees, saturation: 0.8, 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 #659410 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 148 16 -
CMYK 0.32 0 0.89 0.42
HSL 81.36º 0.8% 0.32% -
HSV(B) 81.36º 0.89% 0.58% -
XYZ 16.05 23.98 4.27 -
YUV 118.9 69.93 115.23 -
System Red Green Blue C M Y K H S L
Decimal 101 148 16 0.32 0 0.89 0.42 81.36 0.8 0.32
Hex 65 94 10 20 0 59 2A 51 50 20
Octal 145 224 20 40 0 131 52 121 120 40
Binary 1100101 10010100 10000 100000 0 1011001 101010 1010001 1010000 100000

Color Harmonies of #659410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659410

Black with #659410

Text Example


Text Example

White with #659410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659410; }

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

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

background-color css

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

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

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

border-color css

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

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

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