Html Css Color HEX #718901 Olive

📋 copy color: '#718901'

red 113 ◦ green 137 ◦ blue 1

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

Shades of Olive #718901

Tints of Olive #718901

RGB

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

 GREEN value IS 137 (53.91% from 255) = 54.58%

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

R = 45.02%
G = 54.58%
B = 0.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#718901 (or 0x718901) is known color: Olive. HEX triplet: 71, 89 and 01. RGB value is (113,137,1). Sum of RGB (Red+Green+Blue) = 113+137+1=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 137 (53.91% from 255 or 54.58% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 137 - color contains mainly: green. Hex color #718901 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718901 is #8E76FE. Grayscale: #727272. Windows color (decimal): -9336575 or 100721. OLE color: 100721.

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

Color convert

RGB 113 137 1 -
CMYK 0.18 0 0.99 0.46
HSL 70.59º 0.99% 0.27% -
HSV(B) 70.59º 0.99% 0.54% -
XYZ 15.76 21.4 3.33 -
YUV 114.32 64.05 127.06 -
System Red Green Blue C M Y K H S L
Decimal 113 137 1 0.18 0 0.99 0.46 70.59 0.99 0.27
Hex 71 89 1 12 0 63 2E 47 63 1B
Octal 161 211 1 22 0 143 56 107 143 33
Binary 1110001 10001001 1 10010 0 1100011 101110 1000111 1100011 11011

Color Harmonies of #718901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718901

Black with #718901

Text Example


Text Example

White with #718901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718901; }

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

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

background-color css

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

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

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

border-color css

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

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

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