Html Css Color HEX #706909 Olive

📋 copy color: '#706909'

red 112 ◦ green 105 ◦ blue 9

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

Shades of Olive #706909

Tints of Olive #706909

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.46%

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

R = 49.56%
G = 46.46%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#706909 (or 0x706909) is known color: Olive. HEX triplet: 70, 69 and 09. RGB value is (112,105,9). Sum of RGB (Red+Green+Blue) = 112+105+9=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #706909 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706909 is #8F96F6. Grayscale: #606060. Windows color (decimal): -9410295 or 616816. OLE color: 616816.

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

Color convert

RGB 112 105 9 -
CMYK 0 0.06 0.92 0.56
HSL 55.92º 0.85% 0.24% -
HSV(B) 55.92º 0.92% 0.44% -
XYZ 11.78 13.57 2.26 -
YUV 96.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 112 105 9 0 0.06 0.92 0.56 55.92 0.85 0.24
Hex 70 69 9 0 6 5C 38 38 55 18
Octal 160 151 11 0 6 134 70 70 125 30
Binary 1110000 1101001 1001 0 110 1011100 111000 111000 1010101 11000

Color Harmonies of #706909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706909

Black with #706909

Text Example


Text Example

White with #706909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706909; }

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

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

background-color css

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

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

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

border-color css

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

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

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