Html Css Color HEX #659417 Olive Drab

📋 copy color: '#659417'

red 101 ◦ green 148 ◦ blue 23

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

Shades of Olive Drab #659417

Tints of Olive Drab #659417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.46%

R = 37.13%
G = 54.41%
B = 8.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#659417 (or 0x659417) is known color: Olive Drab. HEX triplet: 65, 94 and 17. RGB value is (101,148,23). Sum of RGB (Red+Green+Blue) = 101+148+23=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #659417 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659417 is #9A6BE8. Grayscale: #787878. Windows color (decimal): -10120169 or 1545317. OLE color: 1545317.

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

Color convert

RGB 101 148 23 -
CMYK 0.32 0 0.84 0.42
HSL 82.56º 0.73% 0.34% -
HSV(B) 82.56º 0.84% 0.58% -
XYZ 16.11 24.01 4.6 -
YUV 119.7 73.43 114.66 -
System Red Green Blue C M Y K H S L
Decimal 101 148 23 0.32 0 0.84 0.42 82.56 0.73 0.34
Hex 65 94 17 20 0 54 2A 53 49 22
Octal 145 224 27 40 0 124 52 123 111 42
Binary 1100101 10010100 10111 100000 0 1010100 101010 1010011 1001001 100010

Color Harmonies of #659417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659417

Black with #659417

Text Example


Text Example

White with #659417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659417; }

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

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

background-color css

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

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

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

border-color css

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

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

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