Html Css Color HEX #706D04 Olive

📋 copy color: '#706D04'

red 112 ◦ green 109 ◦ blue 4

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

Shades of Olive #706D04

Tints of Olive #706D04

RGB

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

 GREEN value IS 109 (42.97% from 255) = 48.44%

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

R = 49.78%
G = 48.44%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#706D04 (or 0x706D04) is known color: Olive. HEX triplet: 70, 6D and 04. RGB value is (112,109,4). Sum of RGB (Red+Green+Blue) = 112+109+4=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #706D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706D04 is #8F92FB. Grayscale: #626262. Windows color (decimal): -9409276 or 290160. OLE color: 290160.

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

Color convert

RGB 112 109 4 -
CMYK 0 0.03 0.96 0.56
HSL 58.33º 0.93% 0.23% -
HSV(B) 58.33º 0.96% 0.44% -
XYZ 12.17 14.39 2.25 -
YUV 97.93 74.99 138.04 -
System Red Green Blue C M Y K H S L
Decimal 112 109 4 0 0.03 0.96 0.56 58.33 0.93 0.23
Hex 70 6D 4 0 3 60 38 3A 5D 17
Octal 160 155 4 0 3 140 70 72 135 27
Binary 1110000 1101101 100 0 11 1100000 111000 111010 1011101 10111

Color Harmonies of #706D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D04

Black with #706D04

Text Example


Text Example

White with #706D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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