Html Css Color HEX #706507 Olive

📋 copy color: '#706507'

red 112 ◦ green 101 ◦ blue 7

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

Shades of Olive #706507

Tints of Olive #706507

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.91%

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

R = 50.91%
G = 45.91%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#706507 (or 0x706507) is known color: Olive. HEX triplet: 70, 65 and 07. RGB value is (112,101,7). Sum of RGB (Red+Green+Blue) = 112+101+7=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #706507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706507 is #8F9AF8. Grayscale: #5D5D5D. Windows color (decimal): -9411321 or 484720. OLE color: 484720.

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

Color convert

RGB 112 101 7 -
CMYK 0 0.10 0.94 0.56
HSL 53.71º 0.88% 0.23% -
HSV(B) 53.71º 0.94% 0.44% -
XYZ 11.37 12.77 2.07 -
YUV 93.57 79.14 141.14 -
System Red Green Blue C M Y K H S L
Decimal 112 101 7 0 0.10 0.94 0.56 53.71 0.88 0.23
Hex 70 65 7 0 A 5E 38 36 58 17
Octal 160 145 7 0 12 136 70 66 130 27
Binary 1110000 1100101 111 0 1010 1011110 111000 110110 1011000 10111

Color Harmonies of #706507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706507

Black with #706507

Text Example


Text Example

White with #706507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706507; }

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

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

background-color css

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

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

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

border-color css

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

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

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