Html Css Color HEX #708001 Olive

📋 copy color: '#708001'

red 112 ◦ green 128 ◦ blue 1

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

Shades of Olive #708001

Tints of Olive #708001

RGB

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

 GREEN value IS 128 (50.39% from 255) = 53.11%

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

R = 46.47%
G = 53.11%
B = 0.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#708001 (or 0x708001) is known color: Olive. HEX triplet: 70, 80 and 01. RGB value is (112,128,1). Sum of RGB (Red+Green+Blue) = 112+128+1=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #708001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708001 is #8F7FFE. Grayscale: #6D6D6D. Windows color (decimal): -9404415 or 98416. OLE color: 98416.

HSL color Cylindrical-coordinate representation of color #708001: hue angle of 67.56º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #708001 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 128 1 -
CMYK 0.12 0 0.99 0.50
HSL 67.56º 0.98% 0.25% -
HSV(B) 67.56º 0.99% 0.5% -
XYZ 14.41 18.89 2.91 -
YUV 108.74 67.2 130.33 -
System Red Green Blue C M Y K H S L
Decimal 112 128 1 0.12 0 0.99 0.50 67.56 0.98 0.25
Hex 70 80 1 C 0 63 32 44 62 19
Octal 160 200 1 14 0 143 62 104 142 31
Binary 1110000 10000000 1 1100 0 1100011 110010 1000100 1100010 11001

Color Harmonies of #708001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708001

Black with #708001

Text Example


Text Example

White with #708001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708001; }

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

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

background-color css

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

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

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

border-color css

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

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

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