Html Css Color HEX #706702 Olive

📋 copy color: '#706702'

red 112 ◦ green 103 ◦ blue 2

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

Shades of Olive #706702

Tints of Olive #706702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.47%

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

R = 51.61%
G = 47.47%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#706702 (or 0x706702) is known color: Olive. HEX triplet: 70, 67 and 02. RGB value is (112,103,2). Sum of RGB (Red+Green+Blue) = 112+103+2=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #706702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706702 is #8F98FD. Grayscale: #5E5E5E. Windows color (decimal): -9410814 or 157552. OLE color: 157552.

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

Color convert

RGB 112 103 2 -
CMYK 0 0.08 0.98 0.56
HSL 55.09º 0.96% 0.22% -
HSV(B) 55.09º 0.98% 0.44% -
XYZ 11.54 13.15 1.99 -
YUV 94.18 75.98 140.71 -
System Red Green Blue C M Y K H S L
Decimal 112 103 2 0 0.08 0.98 0.56 55.09 0.96 0.22
Hex 70 67 2 0 8 62 38 37 60 16
Octal 160 147 2 0 10 142 70 67 140 26
Binary 1110000 1100111 10 0 1000 1100010 111000 110111 1100000 10110

Color Harmonies of #706702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706702

Black with #706702

Text Example


Text Example

White with #706702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706702; }

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

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

background-color css

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

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

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

border-color css

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

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

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