Html Css Color HEX #706502 Olive

📋 copy color: '#706502'

red 112 ◦ green 101 ◦ blue 2

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

Shades of Olive #706502

Tints of Olive #706502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.98%

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

R = 52.09%
G = 46.98%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#706502 (or 0x706502) is known color: Olive. HEX triplet: 70, 65 and 02. RGB value is (112,101,2). Sum of RGB (Red+Green+Blue) = 112+101+2=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #706502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706502 is #8F9AFD. Grayscale: #5D5D5D. Windows color (decimal): -9411326 or 157040. OLE color: 157040.

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

Color convert

RGB 112 101 2 -
CMYK 0 0.10 0.98 0.56
HSL 54º 0.96% 0.22% -
HSV(B) 54º 0.98% 0.44% -
XYZ 11.35 12.76 1.92 -
YUV 93 76.64 141.55 -
System Red Green Blue C M Y K H S L
Decimal 112 101 2 0 0.10 0.98 0.56 54 0.96 0.22
Hex 70 65 2 0 A 62 38 36 60 16
Octal 160 145 2 0 12 142 70 66 140 26
Binary 1110000 1100101 10 0 1010 1100010 111000 110110 1100000 10110

Color Harmonies of #706502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706502

Black with #706502

Text Example


Text Example

White with #706502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706502; }

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

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

background-color css

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

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

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

border-color css

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

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

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