Html Css Color HEX #658215 Olive Drab

📋 copy color: '#658215'

red 101 ◦ green 130 ◦ blue 21

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

Shades of Olive Drab #658215

Tints of Olive Drab #658215

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.59%

 BLUE value IS 21 (8.59% from 255) = 8.33%

R = 40.08%
G = 51.59%
B = 8.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#658215 (or 0x658215) is known color: Olive Drab. HEX triplet: 65, 82 and 15. RGB value is (101,130,21). Sum of RGB (Red+Green+Blue) = 101+130+21=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #658215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658215 is #9A7DEA. Grayscale: #6D6D6D. Windows color (decimal): -10124779 or 1409637. OLE color: 1409637.

HSL color Cylindrical-coordinate representation of color #658215: hue angle of 75.96º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #658215 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 130 21 -
CMYK 0.22 0 0.84 0.49
HSL 75.96º 0.72% 0.3% -
HSV(B) 75.96º 0.84% 0.51% -
XYZ 13.48 18.79 3.62 -
YUV 108.9 78.39 122.36 -
System Red Green Blue C M Y K H S L
Decimal 101 130 21 0.22 0 0.84 0.49 75.96 0.72 0.3
Hex 65 82 15 16 0 54 31 4C 48 1E
Octal 145 202 25 26 0 124 61 114 110 36
Binary 1100101 10000010 10101 10110 0 1010100 110001 1001100 1001000 11110

Color Harmonies of #658215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658215

Black with #658215

Text Example


Text Example

White with #658215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658215; }

 p { color: rgb(101,130,21); }

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

background-color css

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

 a { background-color: rgb(101,130,21); }

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

border-color css

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

 span { border-color: rgb(101,130,21); }

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