Html Css Color HEX #706800 Olive

📋 copy color: '#706800'

red 112 ◦ green 104 ◦ blue 0

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

Shades of Olive #706800

Tints of Olive #706800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 48.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.85%
G = 48.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#706800 (or 0x706800) is known color: Olive. HEX triplet: 70, 68 and 00. RGB value is (112,104,0). Sum of RGB (Red+Green+Blue) = 112+104+0=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #706800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706800 is #8F97FF. Grayscale: #5E5E5E. Windows color (decimal): -9410560 or 26736. OLE color: 26736.

HSL color Cylindrical-coordinate representation of color #706800: hue angle of 55.71º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #706800 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 104 0 -
CMYK 0 0.07 1 0.56
HSL 55.71º 1% 0.22% -
HSV(B) 55.71º 1% 0.44% -
XYZ 11.63 13.35 1.96 -
YUV 94.54 74.65 140.46 -
System Red Green Blue C M Y K H S L
Decimal 112 104 0 0 0.07 1 0.56 55.71 1 0.22
Hex 70 68 0 0 7 64 38 38 64 16
Octal 160 150 0 0 7 144 70 70 144 26
Binary 1110000 1101000 0 0 111 1100100 111000 111000 1100100 10110

Color Harmonies of #706800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706800

Black with #706800

Text Example


Text Example

White with #706800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706800; }

 p { color: rgb(112,104,0); }

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

background-color css

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

 a { background-color: rgb(112,104,0); }

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

border-color css

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

 span { border-color: rgb(112,104,0); }

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