Html Css Color HEX #706709 Olive

📋 copy color: '#706709'

red 112 ◦ green 103 ◦ blue 9

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

Shades of Olive #706709

Tints of Olive #706709

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.98%

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

R = 50%
G = 45.98%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#706709 (or 0x706709) is known color: Olive. HEX triplet: 70, 67 and 09. RGB value is (112,103,9). Sum of RGB (Red+Green+Blue) = 112+103+9=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #706709 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706709 is #8F98F6. Grayscale: #5F5F5F. Windows color (decimal): -9410807 or 616304. OLE color: 616304.

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

Color convert

RGB 112 103 9 -
CMYK 0 0.08 0.92 0.56
HSL 54.76º 0.85% 0.24% -
HSV(B) 54.76º 0.92% 0.44% -
XYZ 11.58 13.16 2.19 -
YUV 94.98 79.48 140.14 -
System Red Green Blue C M Y K H S L
Decimal 112 103 9 0 0.08 0.92 0.56 54.76 0.85 0.24
Hex 70 67 9 0 8 5C 38 37 55 18
Octal 160 147 11 0 10 134 70 67 125 30
Binary 1110000 1100111 1001 0 1000 1011100 111000 110111 1010101 11000

Color Harmonies of #706709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706709

Black with #706709

Text Example


Text Example

White with #706709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706709; }

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

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

background-color css

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

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

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

border-color css

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

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

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