Html Css Color HEX #658912 Olive Drab

📋 copy color: '#658912'

red 101 ◦ green 137 ◦ blue 18

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

Shades of Olive Drab #658912

Tints of Olive Drab #658912

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.52%

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

R = 39.45%
G = 53.52%
B = 7.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#658912 (or 0x658912) is known color: Olive Drab. HEX triplet: 65, 89 and 12. RGB value is (101,137,18). Sum of RGB (Red+Green+Blue) = 101+137+18=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #658912 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658912 is #9A76ED. Grayscale: #717171. Windows color (decimal): -10122990 or 1214821. OLE color: 1214821.

HSL color Cylindrical-coordinate representation of color #658912: hue angle of 78.15º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #658912 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 137 18 -
CMYK 0.26 0 0.87 0.46
HSL 78.15º 0.77% 0.3% -
HSV(B) 78.15º 0.87% 0.54% -
XYZ 14.42 20.7 3.81 -
YUV 112.67 74.57 119.68 -
System Red Green Blue C M Y K H S L
Decimal 101 137 18 0.26 0 0.87 0.46 78.15 0.77 0.3
Hex 65 89 12 1A 0 57 2E 4E 4D 1E
Octal 145 211 22 32 0 127 56 116 115 36
Binary 1100101 10001001 10010 11010 0 1010111 101110 1001110 1001101 11110

Color Harmonies of #658912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658912

Black with #658912

Text Example


Text Example

White with #658912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658912; }

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

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

background-color css

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

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

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

border-color css

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

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

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