Html Css Color HEX #706202 Olive

📋 copy color: '#706202'

red 112 ◦ green 98 ◦ blue 2

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

Shades of Olive #706202

Tints of Olive #706202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.94%

R = 52.83%
G = 46.23%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#706202 (or 0x706202) is known color: Olive. HEX triplet: 70, 62 and 02. RGB value is (112,98,2). Sum of RGB (Red+Green+Blue) = 112+98+2=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #706202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706202 is #8F9DFD. Grayscale: #5B5B5B. Windows color (decimal): -9412094 or 156272. OLE color: 156272.

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

Color convert

RGB 112 98 2 -
CMYK 0 0.13 0.98 0.56
HSL 52.36º 0.96% 0.22% -
HSV(B) 52.36º 0.98% 0.44% -
XYZ 11.06 12.18 1.83 -
YUV 91.24 77.64 142.81 -
System Red Green Blue C M Y K H S L
Decimal 112 98 2 0 0.13 0.98 0.56 52.36 0.96 0.22
Hex 70 62 2 0 D 62 38 34 60 16
Octal 160 142 2 0 15 142 70 64 140 26
Binary 1110000 1100010 10 0 1101 1100010 111000 110100 1100000 10110

Color Harmonies of #706202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706202

Black with #706202

Text Example


Text Example

White with #706202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706202; }

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

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

background-color css

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

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

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

border-color css

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

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

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