Html Css Color HEX #708601 Olive

📋 copy color: '#708601'

red 112 ◦ green 134 ◦ blue 1

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

Shades of Olive #708601

Tints of Olive #708601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.25%

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

R = 45.34%
G = 54.25%
B = 0.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#708601 (or 0x708601) is known color: Olive. HEX triplet: 70, 86 and 01. RGB value is (112,134,1). Sum of RGB (Red+Green+Blue) = 112+134+1=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 134 (52.73% from 255 or 54.25% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 134 - color contains mainly: green. Hex color #708601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708601 is #8F79FE. Grayscale: #707070. Windows color (decimal): -9402879 or 99952. OLE color: 99952.

HSL color Cylindrical-coordinate representation of color #708601: hue angle of 69.92º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #708601 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 134 1 -
CMYK 0.16 0 0.99 0.47
HSL 69.92º 0.99% 0.26% -
HSV(B) 69.92º 0.99% 0.53% -
XYZ 15.21 20.5 3.18 -
YUV 112.26 65.21 127.81 -
System Red Green Blue C M Y K H S L
Decimal 112 134 1 0.16 0 0.99 0.47 69.92 0.99 0.26
Hex 70 86 1 10 0 63 2F 46 63 1A
Octal 160 206 1 20 0 143 57 106 143 32
Binary 1110000 10000110 1 10000 0 1100011 101111 1000110 1100011 11010

Color Harmonies of #708601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708601

Black with #708601

Text Example


Text Example

White with #708601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708601; }

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

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

background-color css

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

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

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

border-color css

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

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

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