Html Css Color HEX #658210 Olive Drab

📋 copy color: '#658210'

red 101 ◦ green 130 ◦ blue 16

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

Shades of Olive Drab #658210

Tints of Olive Drab #658210

RGB

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

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

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

R = 40.89%
G = 52.63%
B = 6.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#658210 (or 0x658210) is known color: Olive Drab. HEX triplet: 65, 82 and 10. RGB value is (101,130,16). Sum of RGB (Red+Green+Blue) = 101+130+16=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #658210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658210 is #9A7DEF. Grayscale: #6C6C6C. Windows color (decimal): -10124784 or 1081957. OLE color: 1081957.

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

Color convert

RGB 101 130 16 -
CMYK 0.22 0 0.88 0.49
HSL 75.26º 0.78% 0.29% -
HSV(B) 75.26º 0.88% 0.51% -
XYZ 13.44 18.77 3.4 -
YUV 108.33 75.89 122.77 -
System Red Green Blue C M Y K H S L
Decimal 101 130 16 0.22 0 0.88 0.49 75.26 0.78 0.29
Hex 65 82 10 16 0 58 31 4B 4E 1D
Octal 145 202 20 26 0 130 61 113 116 35
Binary 1100101 10000010 10000 10110 0 1011000 110001 1001011 1001110 11101

Color Harmonies of #658210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658210

Black with #658210

Text Example


Text Example

White with #658210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658210; }

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

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

background-color css

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

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

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

border-color css

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

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

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