Html Css Color HEX #706402 Olive

📋 copy color: '#706402'

red 112 ◦ green 100 ◦ blue 2

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

Shades of Olive #706402

Tints of Olive #706402

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.73%

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

R = 52.34%
G = 46.73%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#706402 (or 0x706402) is known color: Olive. HEX triplet: 70, 64 and 02. RGB value is (112,100,2). Sum of RGB (Red+Green+Blue) = 112+100+2=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #706402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706402 is #8F9BFD. Grayscale: #5C5C5C. Windows color (decimal): -9411582 or 156784. OLE color: 156784.

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

Color convert

RGB 112 100 2 -
CMYK 0 0.11 0.98 0.56
HSL 53.45º 0.96% 0.22% -
HSV(B) 53.45º 0.98% 0.44% -
XYZ 11.25 12.56 1.89 -
YUV 92.42 76.98 141.97 -
System Red Green Blue C M Y K H S L
Decimal 112 100 2 0 0.11 0.98 0.56 53.45 0.96 0.22
Hex 70 64 2 0 B 62 38 35 60 16
Octal 160 144 2 0 13 142 70 65 140 26
Binary 1110000 1100100 10 0 1011 1100010 111000 110101 1100000 10110

Color Harmonies of #706402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706402

Black with #706402

Text Example


Text Example

White with #706402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706402; }

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

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

background-color css

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

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

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

border-color css

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

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

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