Html Css Color HEX #658211 Olive Drab

📋 copy color: '#658211'

red 101 ◦ green 130 ◦ blue 17

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

Shades of Olive Drab #658211

Tints of Olive Drab #658211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.85%

R = 40.73%
G = 52.42%
B = 6.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#658211 (or 0x658211) is known color: Olive Drab. HEX triplet: 65, 82 and 11. RGB value is (101,130,17). Sum of RGB (Red+Green+Blue) = 101+130+17=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #658211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658211 is #9A7DEE. Grayscale: #6C6C6C. Windows color (decimal): -10124783 or 1147493. OLE color: 1147493.

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

Color convert

RGB 101 130 17 -
CMYK 0.22 0 0.87 0.49
HSL 75.4º 0.77% 0.29% -
HSV(B) 75.4º 0.87% 0.51% -
XYZ 13.45 18.77 3.44 -
YUV 108.45 76.39 122.69 -
System Red Green Blue C M Y K H S L
Decimal 101 130 17 0.22 0 0.87 0.49 75.4 0.77 0.29
Hex 65 82 11 16 0 57 31 4B 4D 1D
Octal 145 202 21 26 0 127 61 113 115 35
Binary 1100101 10000010 10001 10110 0 1010111 110001 1001011 1001101 11101

Color Harmonies of #658211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658211

Black with #658211

Text Example


Text Example

White with #658211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658211; }

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

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

background-color css

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

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

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

border-color css

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

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

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