Html Css Color HEX #706802 Olive

📋 copy color: '#706802'

red 112 ◦ green 104 ◦ blue 2

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

Shades of Olive #706802

Tints of Olive #706802

RGB

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

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

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

R = 51.38%
G = 47.71%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#706802 (or 0x706802) is known color: Olive. HEX triplet: 70, 68 and 02. RGB value is (112,104,2). Sum of RGB (Red+Green+Blue) = 112+104+2=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #706802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706802 is #8F97FD. Grayscale: #5F5F5F. Windows color (decimal): -9410558 or 157808. OLE color: 157808.

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

Color convert

RGB 112 104 2 -
CMYK 0 0.07 0.98 0.56
HSL 55.64º 0.96% 0.22% -
HSV(B) 55.64º 0.98% 0.44% -
XYZ 11.64 13.35 2.02 -
YUV 94.76 75.65 140.29 -
System Red Green Blue C M Y K H S L
Decimal 112 104 2 0 0.07 0.98 0.56 55.64 0.96 0.22
Hex 70 68 2 0 7 62 38 38 60 16
Octal 160 150 2 0 7 142 70 70 140 26
Binary 1110000 1101000 10 0 111 1100010 111000 111000 1100000 10110

Color Harmonies of #706802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706802

Black with #706802

Text Example


Text Example

White with #706802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706802; }

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

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

background-color css

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

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

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

border-color css

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

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

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