Html Css Color HEX #718801 Olive

📋 copy color: '#718801'

red 113 ◦ green 136 ◦ blue 1

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

Shades of Olive #718801

Tints of Olive #718801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 45.2%
G = 54.4%
B = 0.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#718801 (or 0x718801) is known color: Olive. HEX triplet: 71, 88 and 01. RGB value is (113,136,1). Sum of RGB (Red+Green+Blue) = 113+136+1=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #718801 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718801 is #8E77FE. Grayscale: #727272. Windows color (decimal): -9336831 or 100465. OLE color: 100465.

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

Color convert

RGB 113 136 1 -
CMYK 0.17 0 0.99 0.47
HSL 70.22º 0.99% 0.27% -
HSV(B) 70.22º 0.99% 0.53% -
XYZ 15.62 21.12 3.28 -
YUV 113.73 64.38 127.48 -
System Red Green Blue C M Y K H S L
Decimal 113 136 1 0.17 0 0.99 0.47 70.22 0.99 0.27
Hex 71 88 1 11 0 63 2F 46 63 1B
Octal 161 210 1 21 0 143 57 106 143 33
Binary 1110001 10001000 1 10001 0 1100011 101111 1000110 1100011 11011

Color Harmonies of #718801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718801

Black with #718801

Text Example


Text Example

White with #718801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718801; }

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

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

background-color css

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

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

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

border-color css

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

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

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