Html Css Color HEX #706606 Olive

📋 copy color: '#706606'

red 112 ◦ green 102 ◦ blue 6

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

Shades of Olive #706606

Tints of Olive #706606

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.36%

 BLUE value IS 6 (2.73% from 255) = 2.73%

R = 50.91%
G = 46.36%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#706606 (or 0x706606) is known color: Olive. HEX triplet: 70, 66 and 06. RGB value is (112,102,6). Sum of RGB (Red+Green+Blue) = 112+102+6=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #706606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706606 is #8F99F9. Grayscale: #5E5E5E. Windows color (decimal): -9411066 or 419440. OLE color: 419440.

HSL color Cylindrical-coordinate representation of color #706606: hue angle of 54.34º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #706606 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 102 6 -
CMYK 0 0.09 0.95 0.56
HSL 54.34º 0.9% 0.23% -
HSV(B) 54.34º 0.95% 0.44% -
XYZ 11.47 12.96 2.07 -
YUV 94.05 78.31 140.81 -
System Red Green Blue C M Y K H S L
Decimal 112 102 6 0 0.09 0.95 0.56 54.34 0.9 0.23
Hex 70 66 6 0 9 5F 38 36 5A 17
Octal 160 146 6 0 11 137 70 66 132 27
Binary 1110000 1100110 110 0 1001 1011111 111000 110110 1011010 10111

Color Harmonies of #706606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706606

Black with #706606

Text Example


Text Example

White with #706606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706606; }

 p { color: rgb(112,102,6); }

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

background-color css

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

 a { background-color: rgb(112,102,6); }

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

border-color css

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

 span { border-color: rgb(112,102,6); }

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