Html Css Color HEX #706E03 Olive

📋 copy color: '#706E03'

red 112 ◦ green 110 ◦ blue 3

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

Shades of Olive #706E03

Tints of Olive #706E03

RGB

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

 GREEN value IS 110 (43.36% from 255) = 48.89%

 BLUE value IS 3 (1.56% from 255) = 1.33%

R = 49.78%
G = 48.89%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#706E03 (or 0x706E03) is known color: Olive. HEX triplet: 70, 6E and 03. RGB value is (112,110,3). Sum of RGB (Red+Green+Blue) = 112+110+3=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #706E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706E03 is #8F91FC. Grayscale: #626262. Windows color (decimal): -9409021 or 224880. OLE color: 224880.

HSL color Cylindrical-coordinate representation of color #706E03: hue angle of 58.9º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #706E03 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 110 3 -
CMYK 0 0.02 0.97 0.56
HSL 58.9º 0.95% 0.23% -
HSV(B) 58.9º 0.97% 0.44% -
XYZ 12.27 14.6 2.26 -
YUV 98.4 74.16 137.7 -
System Red Green Blue C M Y K H S L
Decimal 112 110 3 0 0.02 0.97 0.56 58.9 0.95 0.23
Hex 70 6E 3 0 2 61 38 3B 5F 17
Octal 160 156 3 0 2 141 70 73 137 27
Binary 1110000 1101110 11 0 10 1100001 111000 111011 1011111 10111

Color Harmonies of #706E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E03

Black with #706E03

Text Example


Text Example

White with #706E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706E03; }

 p { color: rgb(112,110,3); }

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

background-color css

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

 a { background-color: rgb(112,110,3); }

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

border-color css

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

 span { border-color: rgb(112,110,3); }

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