Html Css Color HEX #706A07 Olive

📋 copy color: '#706A07'

red 112 ◦ green 106 ◦ blue 7

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

Shades of Olive #706A07

Tints of Olive #706A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.11%

R = 49.78%
G = 47.11%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#706A07 (or 0x706A07) is known color: Olive. HEX triplet: 70, 6A and 07. RGB value is (112,106,7). Sum of RGB (Red+Green+Blue) = 112+106+7=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #706A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706A07 is #8F95F8. Grayscale: #606060. Windows color (decimal): -9410041 or 486000. OLE color: 486000.

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

Color convert

RGB 112 106 7 -
CMYK 0 0.05 0.94 0.56
HSL 56.57º 0.88% 0.23% -
HSV(B) 56.57º 0.94% 0.44% -
XYZ 11.87 13.77 2.23 -
YUV 96.51 77.49 139.05 -
System Red Green Blue C M Y K H S L
Decimal 112 106 7 0 0.05 0.94 0.56 56.57 0.88 0.23
Hex 70 6A 7 0 5 5E 38 39 58 17
Octal 160 152 7 0 5 136 70 71 130 27
Binary 1110000 1101010 111 0 101 1011110 111000 111001 1011000 10111

Color Harmonies of #706A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A07

Black with #706A07

Text Example


Text Example

White with #706A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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