Html Css Color HEX #718828 Olive Drab

📋 copy color: '#718828'

red 113 ◦ green 136 ◦ blue 40

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

Shades of Olive Drab #718828

Tints of Olive Drab #718828

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.06%

 BLUE value IS 40 (16.02% from 255) = 13.84%

R = 39.1%
G = 47.06%
B = 13.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#718828 (or 0x718828) is known color: Olive Drab. HEX triplet: 71, 88 and 28. RGB value is (113,136,40). Sum of RGB (Red+Green+Blue) = 113+136+40=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #718828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718828 is #8E77D7. Grayscale: #767676. Windows color (decimal): -9336792 or 2656369. OLE color: 2656369.

HSL color Cylindrical-coordinate representation of color #718828: hue angle of 74.37º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #718828 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 136 40 -
CMYK 0.17 0 0.71 0.47
HSL 74.37º 0.55% 0.35% -
HSV(B) 74.37º 0.71% 0.53% -
XYZ 16 21.27 5.27 -
YUV 118.18 83.88 124.31 -
System Red Green Blue C M Y K H S L
Decimal 113 136 40 0.17 0 0.71 0.47 74.37 0.55 0.35
Hex 71 88 28 11 0 47 2F 4A 37 23
Octal 161 210 50 21 0 107 57 112 67 43
Binary 1110001 10001000 101000 10001 0 1000111 101111 1001010 110111 100011

Color Harmonies of #718828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718828

Black with #718828

Text Example


Text Example

White with #718828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718828; }

 p { color: rgb(113,136,40); }

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

background-color css

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

 a { background-color: rgb(113,136,40); }

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

border-color css

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

 span { border-color: rgb(113,136,40); }

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