Html Css Color HEX #708901 Olive

📋 copy color: '#708901'

red 112 ◦ green 137 ◦ blue 1

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

Shades of Olive #708901

Tints of Olive #708901

RGB

 RED value IS 112 (44.14% from 255) = 44.8%

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

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

R = 44.8%
G = 54.8%
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

#708901 (or 0x708901) is known color: Olive. HEX triplet: 70, 89 and 01. RGB value is (112,137,1). Sum of RGB (Red+Green+Blue) = 112+137+1=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 137 (53.91% from 255 or 54.8% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 137 - color contains mainly: green. Hex color #708901 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708901 is #8F76FE. Grayscale: #727272. Windows color (decimal): -9402111 or 100720. OLE color: 100720.

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

Color convert

RGB 112 137 1 -
CMYK 0.18 0 0.99 0.46
HSL 71.03º 0.99% 0.27% -
HSV(B) 71.03º 0.99% 0.54% -
XYZ 15.63 21.34 3.32 -
YUV 114.02 64.22 126.56 -
System Red Green Blue C M Y K H S L
Decimal 112 137 1 0.18 0 0.99 0.46 71.03 0.99 0.27
Hex 70 89 1 12 0 63 2E 47 63 1B
Octal 160 211 1 22 0 143 56 107 143 33
Binary 1110000 10001001 1 10010 0 1100011 101110 1000111 1100011 11011

Color Harmonies of #708901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708901

Black with #708901

Text Example


Text Example

White with #708901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708901; }

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

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

background-color css

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

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

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

border-color css

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

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

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