Html Css Color HEX #718C10 Olive Drab

📋 copy color: '#718C10'

red 113 ◦ green 140 ◦ blue 16

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

Shades of Olive Drab #718C10

Tints of Olive Drab #718C10

RGB

 RED value IS 113 (44.53% from 255) = 42.01%

 GREEN value IS 140 (55.08% from 255) = 52.04%

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

R = 42.01%
G = 52.04%
B = 5.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#718C10 (or 0x718C10) is known color: Olive Drab. HEX triplet: 71, 8C and 10. RGB value is (113,140,16). Sum of RGB (Red+Green+Blue) = 113+140+16=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 140 (55.08% from 255 or 52.04% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 140 - color contains mainly: green. Hex color #718C10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718C10 is #8E73EF. Grayscale: #767676. Windows color (decimal): -9335792 or 1084529. OLE color: 1084529.

HSL color Cylindrical-coordinate representation of color #718C10: hue angle of 73.06º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #718C10 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 140 16 -
CMYK 0.19 0 0.89 0.45
HSL 73.06º 0.79% 0.31% -
HSV(B) 73.06º 0.89% 0.55% -
XYZ 16.28 22.3 3.94 -
YUV 117.79 70.55 124.58 -
System Red Green Blue C M Y K H S L
Decimal 113 140 16 0.19 0 0.89 0.45 73.06 0.79 0.31
Hex 71 8C 10 13 0 59 2D 49 4F 1F
Octal 161 214 20 23 0 131 55 111 117 37
Binary 1110001 10001100 10000 10011 0 1011001 101101 1001001 1001111 11111

Color Harmonies of #718C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718C10

Black with #718C10

Text Example


Text Example

White with #718C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718C10; }

 p { color: rgb(113,140,16); }

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

background-color css

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

 a { background-color: rgb(113,140,16); }

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

border-color css

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

 span { border-color: rgb(113,140,16); }

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