Html Css Color HEX #708301 Olive

📋 copy color: '#708301'

red 112 ◦ green 131 ◦ blue 1

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

Shades of Olive #708301

Tints of Olive #708301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.69%

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

R = 45.9%
G = 53.69%
B = 0.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#708301 (or 0x708301) is known color: Olive. HEX triplet: 70, 83 and 01. RGB value is (112,131,1). Sum of RGB (Red+Green+Blue) = 112+131+1=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 131 (51.56% from 255 or 53.69% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 131 - color contains mainly: green. Hex color #708301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708301 is #8F7CFE. Grayscale: #6E6E6E. Windows color (decimal): -9403647 or 99184. OLE color: 99184.

HSL color Cylindrical-coordinate representation of color #708301: hue angle of 68.77º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #708301 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 131 1 -
CMYK 0.15 0 0.99 0.49
HSL 68.77º 0.98% 0.26% -
HSV(B) 68.77º 0.99% 0.51% -
XYZ 14.8 19.68 3.05 -
YUV 110.5 66.21 129.07 -
System Red Green Blue C M Y K H S L
Decimal 112 131 1 0.15 0 0.99 0.49 68.77 0.98 0.26
Hex 70 83 1 F 0 63 31 45 62 1A
Octal 160 203 1 17 0 143 61 105 142 32
Binary 1110000 10000011 1 1111 0 1100011 110001 1000101 1100010 11010

Color Harmonies of #708301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708301

Black with #708301

Text Example


Text Example

White with #708301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708301; }

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

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

background-color css

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

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

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

border-color css

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

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

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