Html Css Color HEX #658212 Olive Drab

📋 copy color: '#658212'

red 101 ◦ green 130 ◦ blue 18

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

Shades of Olive Drab #658212

Tints of Olive Drab #658212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 40.56%
G = 52.21%
B = 7.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#658212 (or 0x658212) is known color: Olive Drab. HEX triplet: 65, 82 and 12. RGB value is (101,130,18). Sum of RGB (Red+Green+Blue) = 101+130+18=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #658212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658212 is #9A7DED. Grayscale: #6C6C6C. Windows color (decimal): -10124782 or 1213029. OLE color: 1213029.

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

Color convert

RGB 101 130 18 -
CMYK 0.22 0 0.86 0.49
HSL 75.54º 0.76% 0.29% -
HSV(B) 75.54º 0.86% 0.51% -
XYZ 13.46 18.78 3.49 -
YUV 108.56 76.89 122.61 -
System Red Green Blue C M Y K H S L
Decimal 101 130 18 0.22 0 0.86 0.49 75.54 0.76 0.29
Hex 65 82 12 16 0 56 31 4C 4C 1D
Octal 145 202 22 26 0 126 61 114 114 35
Binary 1100101 10000010 10010 10110 0 1010110 110001 1001100 1001100 11101

Color Harmonies of #658212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658212

Black with #658212

Text Example


Text Example

White with #658212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658212; }

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

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

background-color css

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

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

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

border-color css

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

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

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