Html Css Color HEX #706706 Olive

📋 copy color: '#706706'

red 112 ◦ green 103 ◦ blue 6

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

Shades of Olive #706706

Tints of Olive #706706

RGB

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

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

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

R = 50.68%
G = 46.61%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#706706 (or 0x706706) is known color: Olive. HEX triplet: 70, 67 and 06. RGB value is (112,103,6). Sum of RGB (Red+Green+Blue) = 112+103+6=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #706706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706706 is #8F98F9. Grayscale: #5F5F5F. Windows color (decimal): -9410810 or 419696. OLE color: 419696.

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

Color convert

RGB 112 103 6 -
CMYK 0 0.08 0.95 0.56
HSL 54.91º 0.9% 0.23% -
HSV(B) 54.91º 0.95% 0.44% -
XYZ 11.57 13.16 2.1 -
YUV 94.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 112 103 6 0 0.08 0.95 0.56 54.91 0.9 0.23
Hex 70 67 6 0 8 5F 38 37 5A 17
Octal 160 147 6 0 10 137 70 67 132 27
Binary 1110000 1100111 110 0 1000 1011111 111000 110111 1011010 10111

Color Harmonies of #706706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706706

Black with #706706

Text Example


Text Example

White with #706706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706706; }

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

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

background-color css

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

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

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

border-color css

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

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

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