Html Css Color HEX #718C2C Olive Drab

📋 copy color: '#718C2C'

red 113 ◦ green 140 ◦ blue 44

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

Shades of Olive Drab #718C2C

Tints of Olive Drab #718C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.81%

R = 38.05%
G = 47.14%
B = 14.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#718C2C (or 0x718C2C) is known color: Olive Drab. HEX triplet: 71, 8C and 2C. RGB value is (113,140,44). Sum of RGB (Red+Green+Blue) = 113+140+44=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 140 - color contains mainly: green. Hex color #718C2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718C2C is #8E73D3. Grayscale: #797979. Windows color (decimal): -9335764 or 2919537. OLE color: 2919537.

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

Color convert

RGB 113 140 44 -
CMYK 0.19 0 0.69 0.45
HSL 76.88º 0.52% 0.36% -
HSV(B) 76.88º 0.69% 0.55% -
XYZ 16.64 22.45 5.84 -
YUV 120.98 84.55 122.31 -
System Red Green Blue C M Y K H S L
Decimal 113 140 44 0.19 0 0.69 0.45 76.88 0.52 0.36
Hex 71 8C 2C 13 0 45 2D 4D 34 24
Octal 161 214 54 23 0 105 55 115 64 44
Binary 1110001 10001100 101100 10011 0 1000101 101101 1001101 110100 100100

Color Harmonies of #718C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718C2C

Black with #718C2C

Text Example


Text Example

White with #718C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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