Html Css Color HEX #706200 Olive

📋 copy color: '#706200'

red 112 ◦ green 98 ◦ blue 0

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

Shades of Olive #706200

Tints of Olive #706200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.67%

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

R = 53.33%
G = 46.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#706200 (or 0x706200) is known color: Olive. HEX triplet: 70, 62 and 00. RGB value is (112,98,0). Sum of RGB (Red+Green+Blue) = 112+98+0=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #706200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706200 is #8F9DFF. Grayscale: #5B5B5B. Windows color (decimal): -9412096 or 25200. OLE color: 25200.

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

Color convert

RGB 112 98 0 -
CMYK 0 0.13 1 0.56
HSL 52.5º 1% 0.22% -
HSV(B) 52.5º 1% 0.44% -
XYZ 11.05 12.18 1.77 -
YUV 91.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 112 98 0 0 0.13 1 0.56 52.5 1 0.22
Hex 70 62 0 0 D 64 38 34 64 16
Octal 160 142 0 0 15 144 70 64 144 26
Binary 1110000 1100010 0 0 1101 1100100 111000 110100 1100100 10110

Color Harmonies of #706200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706200

Black with #706200

Text Example


Text Example

White with #706200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706200; }

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

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

background-color css

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

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

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

border-color css

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

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

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