Html Css Color HEX #706A03 Olive

📋 copy color: '#706A03'

red 112 ◦ green 106 ◦ blue 3

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

Shades of Olive #706A03

Tints of Olive #706A03

RGB

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

 GREEN value IS 106 (41.8% from 255) = 47.96%

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

R = 50.68%
G = 47.96%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#706A03 (or 0x706A03) is known color: Olive. HEX triplet: 70, 6A and 03. RGB value is (112,106,3). Sum of RGB (Red+Green+Blue) = 112+106+3=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 106 (41.80% from 255 or 47.96% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #706A03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706A03 is #8F95FC. Grayscale: #606060. Windows color (decimal): -9410045 or 223856. OLE color: 223856.

HSL color Cylindrical-coordinate representation of color #706A03: hue angle of 56.7º 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 #706A03 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 106 3 -
CMYK 0 0.05 0.97 0.56
HSL 56.7º 0.95% 0.23% -
HSV(B) 56.7º 0.97% 0.44% -
XYZ 11.85 13.76 2.12 -
YUV 96.05 75.49 139.38 -
System Red Green Blue C M Y K H S L
Decimal 112 106 3 0 0.05 0.97 0.56 56.7 0.95 0.23
Hex 70 6A 3 0 5 61 38 39 5F 17
Octal 160 152 3 0 5 141 70 71 137 27
Binary 1110000 1101010 11 0 101 1100001 111000 111001 1011111 10111

Color Harmonies of #706A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A03

Black with #706A03

Text Example


Text Example

White with #706A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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