Html Css Color HEX #659318 Olive Drab

📋 copy color: '#659318'

red 101 ◦ green 147 ◦ blue 24

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

Shades of Olive Drab #659318

Tints of Olive Drab #659318

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.04%

 BLUE value IS 24 (9.77% from 255) = 8.82%

R = 37.13%
G = 54.04%
B = 8.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#659318 (or 0x659318) is known color: Olive Drab. HEX triplet: 65, 93 and 18. RGB value is (101,147,24). Sum of RGB (Red+Green+Blue) = 101+147+24=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #659318 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659318 is #9A6CE7. Grayscale: #777777. Windows color (decimal): -10120424 or 1610597. OLE color: 1610597.

HSL color Cylindrical-coordinate representation of color #659318: hue angle of 82.44º degrees, saturation: 0.72, 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 #659318 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 147 24 -
CMYK 0.31 0 0.84 0.42
HSL 82.44º 0.72% 0.34% -
HSV(B) 82.44º 0.84% 0.58% -
XYZ 15.97 23.7 4.6 -
YUV 119.22 74.26 115 -
System Red Green Blue C M Y K H S L
Decimal 101 147 24 0.31 0 0.84 0.42 82.44 0.72 0.34
Hex 65 93 18 1F 0 54 2A 52 48 22
Octal 145 223 30 37 0 124 52 122 110 42
Binary 1100101 10010011 11000 11111 0 1010100 101010 1010010 1001000 100010

Color Harmonies of #659318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659318

Black with #659318

Text Example


Text Example

White with #659318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659318; }

 p { color: rgb(101,147,24); }

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

background-color css

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

 a { background-color: rgb(101,147,24); }

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

border-color css

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

 span { border-color: rgb(101,147,24); }

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