Html Css Color HEX #718800 Olive

📋 copy color: '#718800'

red 113 ◦ green 136 ◦ blue 0

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

Shades of Olive #718800

Tints of Olive #718800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.38%
G = 54.62%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#718800 (or 0x718800) is known color: Olive. HEX triplet: 71, 88 and 00. RGB value is (113,136,0). Sum of RGB (Red+Green+Blue) = 113+136+0=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #718800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718800 is #8E77FF. Grayscale: #727272. Windows color (decimal): -9336832 or 34929. OLE color: 34929.

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

Color convert

RGB 113 136 0 -
CMYK 0.17 0 1 0.47
HSL 70.15º 1% 0.27% -
HSV(B) 70.15º 1% 0.53% -
XYZ 15.61 21.12 3.25 -
YUV 113.62 63.88 127.56 -
System Red Green Blue C M Y K H S L
Decimal 113 136 0 0.17 0 1 0.47 70.15 1 0.27
Hex 71 88 0 11 0 64 2F 46 64 1B
Octal 161 210 0 21 0 144 57 106 144 33
Binary 1110001 10001000 0 10001 0 1100100 101111 1000110 1100100 11011

Color Harmonies of #718800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718800

Black with #718800

Text Example


Text Example

White with #718800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718800; }

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

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

background-color css

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

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

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

border-color css

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

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

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