Html Css Color HEX #706A09 Olive

📋 copy color: '#706A09'

red 112 ◦ green 106 ◦ blue 9

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

Shades of Olive #706A09

Tints of Olive #706A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.96%

R = 49.34%
G = 46.7%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#706A09 (or 0x706A09) is known color: Olive. HEX triplet: 70, 6A and 09. RGB value is (112,106,9). Sum of RGB (Red+Green+Blue) = 112+106+9=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 106 (41.80% from 255 or 46.70% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #706A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706A09 is #8F95F6. Grayscale: #616161. Windows color (decimal): -9410039 or 617072. OLE color: 617072.

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

Color convert

RGB 112 106 9 -
CMYK 0 0.05 0.92 0.56
HSL 56.5º 0.85% 0.24% -
HSV(B) 56.5º 0.92% 0.44% -
XYZ 11.89 13.77 2.29 -
YUV 96.74 78.49 138.89 -
System Red Green Blue C M Y K H S L
Decimal 112 106 9 0 0.05 0.92 0.56 56.5 0.85 0.24
Hex 70 6A 9 0 5 5C 38 39 55 18
Octal 160 152 11 0 5 134 70 71 125 30
Binary 1110000 1101010 1001 0 101 1011100 111000 111001 1010101 11000

Color Harmonies of #706A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A09

Black with #706A09

Text Example


Text Example

White with #706A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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