Html Css Color HEX #718A01 Olive

📋 copy color: '#718A01'

red 113 ◦ green 138 ◦ blue 1

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

Shades of Olive #718A01

Tints of Olive #718A01

RGB

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

 GREEN value IS 138 (54.3% from 255) = 54.76%

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

R = 44.84%
G = 54.76%
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

#718A01 (or 0x718A01) is known color: Olive. HEX triplet: 71, 8A and 01. RGB value is (113,138,1). Sum of RGB (Red+Green+Blue) = 113+138+1=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 138 (54.30% from 255 or 54.76% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 138 - color contains mainly: green. Hex color #718A01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718A01 is #8E75FE. Grayscale: #737373. Windows color (decimal): -9336319 or 100977. OLE color: 100977.

HSL color Cylindrical-coordinate representation of color #718A01: hue angle of 70.95º 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 #718A01 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 138 1 -
CMYK 0.18 0 0.99 0.46
HSL 70.95º 0.99% 0.27% -
HSV(B) 70.95º 0.99% 0.54% -
XYZ 15.9 21.69 3.38 -
YUV 114.91 63.72 126.64 -
System Red Green Blue C M Y K H S L
Decimal 113 138 1 0.18 0 0.99 0.46 70.95 0.99 0.27
Hex 71 8A 1 12 0 63 2E 47 63 1B
Octal 161 212 1 22 0 143 56 107 143 33
Binary 1110001 10001010 1 10010 0 1100011 101110 1000111 1100011 11011

Color Harmonies of #718A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718A01

Black with #718A01

Text Example


Text Example

White with #718A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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