Html Css Color HEX #706404 Olive

📋 copy color: '#706404'

red 112 ◦ green 100 ◦ blue 4

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

Shades of Olive #706404

Tints of Olive #706404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.3%

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

R = 51.85%
G = 46.3%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#706404 (or 0x706404) is known color: Olive. HEX triplet: 70, 64 and 04. RGB value is (112,100,4). Sum of RGB (Red+Green+Blue) = 112+100+4=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #706404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706404 is #8F9BFB. Grayscale: #5D5D5D. Windows color (decimal): -9411580 or 287856. OLE color: 287856.

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

Color convert

RGB 112 100 4 -
CMYK 0 0.11 0.96 0.56
HSL 53.33º 0.93% 0.23% -
HSV(B) 53.33º 0.96% 0.44% -
XYZ 11.26 12.57 1.95 -
YUV 92.64 77.98 141.81 -
System Red Green Blue C M Y K H S L
Decimal 112 100 4 0 0.11 0.96 0.56 53.33 0.93 0.23
Hex 70 64 4 0 B 60 38 35 5D 17
Octal 160 144 4 0 13 140 70 65 135 27
Binary 1110000 1100100 100 0 1011 1100000 111000 110101 1011101 10111

Color Harmonies of #706404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706404

Black with #706404

Text Example


Text Example

White with #706404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706404; }

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

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

background-color css

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

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

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

border-color css

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

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

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