Html Css Color HEX #706E09 Olive

📋 copy color: '#706E09'

red 112 ◦ green 110 ◦ blue 9

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

Shades of Olive #706E09

Tints of Olive #706E09

RGB

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

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

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

R = 48.48%
G = 47.62%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#706E09 (or 0x706E09) is known color: Olive. HEX triplet: 70, 6E and 09. RGB value is (112,110,9). Sum of RGB (Red+Green+Blue) = 112+110+9=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #706E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706E09 is #8F91F6. Grayscale: #636363. Windows color (decimal): -9409015 or 618096. OLE color: 618096.

HSL color Cylindrical-coordinate representation of color #706E09: hue angle of 58.83º 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 #706E09 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 110 9 -
CMYK 0 0.02 0.92 0.56
HSL 58.83º 0.85% 0.24% -
HSV(B) 58.83º 0.92% 0.44% -
XYZ 12.31 14.62 2.43 -
YUV 99.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 112 110 9 0 0.02 0.92 0.56 58.83 0.85 0.24
Hex 70 6E 9 0 2 5C 38 3B 55 18
Octal 160 156 11 0 2 134 70 73 125 30
Binary 1110000 1101110 1001 0 10 1011100 111000 111011 1010101 11000

Color Harmonies of #706E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E09

Black with #706E09

Text Example


Text Example

White with #706E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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