Html Css Color HEX #706A08 Olive

📋 copy color: '#706A08'

red 112 ◦ green 106 ◦ blue 8

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

Shades of Olive #706A08

Tints of Olive #706A08

RGB

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

 GREEN value IS 106 (41.8% from 255) = 46.9%

 BLUE value IS 8 (3.52% from 255) = 3.54%

R = 49.56%
G = 46.9%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#706A08 (or 0x706A08) is known color: Olive. HEX triplet: 70, 6A and 08. RGB value is (112,106,8). Sum of RGB (Red+Green+Blue) = 112+106+8=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 106 (41.80% from 255 or 46.90% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #706A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706A08 is #8F95F7. Grayscale: #616161. Windows color (decimal): -9410040 or 551536. OLE color: 551536.

HSL color Cylindrical-coordinate representation of color #706A08: hue angle of 56.54º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #706A08 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 106 8 -
CMYK 0 0.05 0.93 0.56
HSL 56.54º 0.87% 0.24% -
HSV(B) 56.54º 0.93% 0.44% -
XYZ 11.88 13.77 2.26 -
YUV 96.62 77.99 138.97 -
System Red Green Blue C M Y K H S L
Decimal 112 106 8 0 0.05 0.93 0.56 56.54 0.87 0.24
Hex 70 6A 8 0 5 5D 38 39 57 18
Octal 160 152 10 0 5 135 70 71 127 30
Binary 1110000 1101010 1000 0 101 1011101 111000 111001 1010111 11000

Color Harmonies of #706A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A08

Black with #706A08

Text Example


Text Example

White with #706A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,106,8); }

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

background-color css

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

 a { background-color: rgb(112,106,8); }

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

border-color css

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

 span { border-color: rgb(112,106,8); }

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