Html Css Color HEX #718A2C Olive Drab

📋 copy color: '#718A2C'

red 113 ◦ green 138 ◦ blue 44

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

Shades of Olive Drab #718A2C

Tints of Olive Drab #718A2C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.78%

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

R = 38.31%
G = 46.78%
B = 14.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#718A2C (or 0x718A2C) is known color: Olive Drab. HEX triplet: 71, 8A and 2C. RGB value is (113,138,44). Sum of RGB (Red+Green+Blue) = 113+138+44=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 138 (54.30% from 255 or 46.78% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 138 - color contains mainly: green. Hex color #718A2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718A2C is #8E75D3. Grayscale: #787878. Windows color (decimal): -9336276 or 2919025. OLE color: 2919025.

HSL color Cylindrical-coordinate representation of color #718A2C: hue angle of 75.96º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #718A2C is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 138 44 -
CMYK 0.18 0 0.68 0.46
HSL 75.96º 0.52% 0.36% -
HSV(B) 75.96º 0.68% 0.54% -
XYZ 16.35 21.87 5.74 -
YUV 119.81 85.22 123.14 -
System Red Green Blue C M Y K H S L
Decimal 113 138 44 0.18 0 0.68 0.46 75.96 0.52 0.36
Hex 71 8A 2C 12 0 44 2E 4C 34 24
Octal 161 212 54 22 0 104 56 114 64 44
Binary 1110001 10001010 101100 10010 0 1000100 101110 1001100 110100 100100

Color Harmonies of #718A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718A2C

Black with #718A2C

Text Example


Text Example

White with #718A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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