Html Css Color HEX #718A1C Olive Drab

📋 copy color: '#718A1C'

red 113 ◦ green 138 ◦ blue 28

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

Shades of Olive Drab #718A1C

Tints of Olive Drab #718A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.04%

R = 40.5%
G = 49.46%
B = 10.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#718A1C (or 0x718A1C) is known color: Olive Drab. HEX triplet: 71, 8A and 1C. RGB value is (113,138,28). Sum of RGB (Red+Green+Blue) = 113+138+28=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #718A1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718A1C is #8E75E3. Grayscale: #767676. Windows color (decimal): -9336292 or 1870449. OLE color: 1870449.

HSL color Cylindrical-coordinate representation of color #718A1C: hue angle of 73.64º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #718A1C is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 138 28 -
CMYK 0.18 0 0.80 0.46
HSL 73.64º 0.66% 0.33% -
HSV(B) 73.64º 0.8% 0.54% -
XYZ 16.11 21.77 4.45 -
YUV 117.99 77.22 124.44 -
System Red Green Blue C M Y K H S L
Decimal 113 138 28 0.18 0 0.80 0.46 73.64 0.66 0.33
Hex 71 8A 1C 12 0 50 2E 4A 42 21
Octal 161 212 34 22 0 120 56 112 102 41
Binary 1110001 10001010 11100 10010 0 1010000 101110 1001010 1000010 100001

Color Harmonies of #718A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718A1C

Black with #718A1C

Text Example


Text Example

White with #718A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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