Html Css Color HEX #718820 Olive Drab

📋 copy color: '#718820'

red 113 ◦ green 136 ◦ blue 32

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

Shades of Olive Drab #718820

Tints of Olive Drab #718820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.39%

R = 40.21%
G = 48.4%
B = 11.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#718820 (or 0x718820) is known color: Olive Drab. HEX triplet: 71, 88 and 20. RGB value is (113,136,32). Sum of RGB (Red+Green+Blue) = 113+136+32=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 136 - color contains mainly: green. Hex color #718820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718820 is #8E77DF. Grayscale: #757575. Windows color (decimal): -9336800 or 2132081. OLE color: 2132081.

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

Color convert

RGB 113 136 32 -
CMYK 0.17 0 0.76 0.47
HSL 73.27º 0.62% 0.33% -
HSV(B) 73.27º 0.76% 0.53% -
XYZ 15.87 21.22 4.63 -
YUV 117.27 79.88 124.96 -
System Red Green Blue C M Y K H S L
Decimal 113 136 32 0.17 0 0.76 0.47 73.27 0.62 0.33
Hex 71 88 20 11 0 4C 2F 49 3E 21
Octal 161 210 40 21 0 114 57 111 76 41
Binary 1110001 10001000 100000 10001 0 1001100 101111 1001001 111110 100001

Color Harmonies of #718820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718820

Black with #718820

Text Example


Text Example

White with #718820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718820; }

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

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

background-color css

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

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

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

border-color css

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

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

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