Html Css Color HEX #658512 Olive Drab

📋 copy color: '#658512'

red 101 ◦ green 133 ◦ blue 18

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

Shades of Olive Drab #658512

Tints of Olive Drab #658512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.78%

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

R = 40.08%
G = 52.78%
B = 7.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#658512 (or 0x658512) is known color: Olive Drab. HEX triplet: 65, 85 and 12. RGB value is (101,133,18). Sum of RGB (Red+Green+Blue) = 101+133+18=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #658512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658512 is #9A7AED. Grayscale: #6E6E6E. Windows color (decimal): -10124014 or 1213797. OLE color: 1213797.

HSL color Cylindrical-coordinate representation of color #658512: hue angle of 76.7º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #658512 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 133 18 -
CMYK 0.24 0 0.86 0.48
HSL 76.7º 0.76% 0.3% -
HSV(B) 76.7º 0.86% 0.52% -
XYZ 13.86 19.59 3.62 -
YUV 110.32 75.9 121.35 -
System Red Green Blue C M Y K H S L
Decimal 101 133 18 0.24 0 0.86 0.48 76.7 0.76 0.3
Hex 65 85 12 18 0 56 30 4D 4C 1E
Octal 145 205 22 30 0 126 60 115 114 36
Binary 1100101 10000101 10010 11000 0 1010110 110000 1001101 1001100 11110

Color Harmonies of #658512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658512

Black with #658512

Text Example


Text Example

White with #658512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658512; }

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

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

background-color css

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

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

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

border-color css

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

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

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