Html Css Color HEX #659219 Olive Drab

📋 copy color: '#659219'

red 101 ◦ green 146 ◦ blue 25

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

Shades of Olive Drab #659219

Tints of Olive Drab #659219

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.68%

 BLUE value IS 25 (10.16% from 255) = 9.19%

R = 37.13%
G = 53.68%
B = 9.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#659219 (or 0x659219) is known color: Olive Drab. HEX triplet: 65, 92 and 19. RGB value is (101,146,25). Sum of RGB (Red+Green+Blue) = 101+146+25=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #659219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659219 is #9A6DE6. Grayscale: #777777. Windows color (decimal): -10120679 or 1675877. OLE color: 1675877.

HSL color Cylindrical-coordinate representation of color #659219: hue angle of 82.31º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #659219 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 146 25 -
CMYK 0.31 0 0.83 0.43
HSL 82.31º 0.71% 0.34% -
HSV(B) 82.31º 0.83% 0.57% -
XYZ 15.82 23.39 4.6 -
YUV 118.75 75.09 115.34 -
System Red Green Blue C M Y K H S L
Decimal 101 146 25 0.31 0 0.83 0.43 82.31 0.71 0.34
Hex 65 92 19 1F 0 53 2B 52 47 22
Octal 145 222 31 37 0 123 53 122 107 42
Binary 1100101 10010010 11001 11111 0 1010011 101011 1010010 1000111 100010

Color Harmonies of #659219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659219

Black with #659219

Text Example


Text Example

White with #659219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659219; }

 p { color: rgb(101,146,25); }

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

background-color css

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

 a { background-color: rgb(101,146,25); }

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

border-color css

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

 span { border-color: rgb(101,146,25); }

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