Html Css Color HEX #706704 Olive

📋 copy color: '#706704'

red 112 ◦ green 103 ◦ blue 4

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

Shades of Olive #706704

Tints of Olive #706704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.83%

R = 51.14%
G = 47.03%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#706704 (or 0x706704) is known color: Olive. HEX triplet: 70, 67 and 04. RGB value is (112,103,4). Sum of RGB (Red+Green+Blue) = 112+103+4=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #706704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706704 is #8F98FB. Grayscale: #5E5E5E. Windows color (decimal): -9410812 or 288624. OLE color: 288624.

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

Color convert

RGB 112 103 4 -
CMYK 0 0.08 0.96 0.56
HSL 55º 0.93% 0.23% -
HSV(B) 55º 0.96% 0.44% -
XYZ 11.55 13.15 2.04 -
YUV 94.41 76.98 140.55 -
System Red Green Blue C M Y K H S L
Decimal 112 103 4 0 0.08 0.96 0.56 55 0.93 0.23
Hex 70 67 4 0 8 60 38 37 5D 17
Octal 160 147 4 0 10 140 70 67 135 27
Binary 1110000 1100111 100 0 1000 1100000 111000 110111 1011101 10111

Color Harmonies of #706704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706704

Black with #706704

Text Example


Text Example

White with #706704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706704; }

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

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

background-color css

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

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

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

border-color css

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

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

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