Html Css Color HEX #706A01 Olive

📋 copy color: '#706A01'

red 112 ◦ green 106 ◦ blue 1

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

Shades of Olive #706A01

Tints of Olive #706A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 51.14%
G = 48.4%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#706A01 (or 0x706A01) is known color: Olive. HEX triplet: 70, 6A and 01. RGB value is (112,106,1). Sum of RGB (Red+Green+Blue) = 112+106+1=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 106 (41.80% from 255 or 48.40% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #706A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706A01 is #8F95FE. Grayscale: #606060. Windows color (decimal): -9410047 or 92784. OLE color: 92784.

HSL color Cylindrical-coordinate representation of color #706A01: hue angle of 56.76º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #706A01 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 106 1 -
CMYK 0 0.05 0.99 0.56
HSL 56.76º 0.98% 0.22% -
HSV(B) 56.76º 0.99% 0.44% -
XYZ 11.84 13.76 2.06 -
YUV 95.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 112 106 1 0 0.05 0.99 0.56 56.76 0.98 0.22
Hex 70 6A 1 0 5 63 38 39 62 16
Octal 160 152 1 0 5 143 70 71 142 26
Binary 1110000 1101010 1 0 101 1100011 111000 111001 1100010 10110

Color Harmonies of #706A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A01

Black with #706A01

Text Example


Text Example

White with #706A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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