Html Css Color HEX #706E00 Olive

📋 copy color: '#706E00'

red 112 ◦ green 110 ◦ blue 0

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

Shades of Olive #706E00

Tints of Olive #706E00

RGB

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

 GREEN value IS 110 (43.36% from 255) = 49.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.45%
G = 49.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#706E00 (or 0x706E00) is known color: Olive. HEX triplet: 70, 6E and 00. RGB value is (112,110,0). Sum of RGB (Red+Green+Blue) = 112+110+0=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 110 (43.36% from 255 or 49.55% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #706E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706E00 is #8F91FF. Grayscale: #626262. Windows color (decimal): -9409024 or 28272. OLE color: 28272.

HSL color Cylindrical-coordinate representation of color #706E00: hue angle of 58.93º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #706E00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 110 0 -
CMYK 0 0.02 1 0.56
HSL 58.93º 1% 0.22% -
HSV(B) 58.93º 1% 0.44% -
XYZ 12.26 14.6 2.17 -
YUV 98.06 72.66 137.94 -
System Red Green Blue C M Y K H S L
Decimal 112 110 0 0 0.02 1 0.56 58.93 1 0.22
Hex 70 6E 0 0 2 64 38 3B 64 16
Octal 160 156 0 0 2 144 70 73 144 26
Binary 1110000 1101110 0 0 10 1100100 111000 111011 1100100 10110

Color Harmonies of #706E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E00

Black with #706E00

Text Example


Text Example

White with #706E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706E00; }

 p { color: rgb(112,110,0); }

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

background-color css

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

 a { background-color: rgb(112,110,0); }

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

border-color css

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

 span { border-color: rgb(112,110,0); }

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