Html Css Color HEX #706401 Olive

📋 copy color: '#706401'

red 112 ◦ green 100 ◦ blue 1

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

Shades of Olive #706401

Tints of Olive #706401

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.95%

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

R = 52.58%
G = 46.95%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#706401 (or 0x706401) is known color: Olive. HEX triplet: 70, 64 and 01. RGB value is (112,100,1). Sum of RGB (Red+Green+Blue) = 112+100+1=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #706401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706401 is #8F9BFE. Grayscale: #5C5C5C. Windows color (decimal): -9411583 or 91248. OLE color: 91248.

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

Color convert

RGB 112 100 1 -
CMYK 0 0.11 0.99 0.56
HSL 53.51º 0.98% 0.22% -
HSV(B) 53.51º 0.99% 0.44% -
XYZ 11.24 12.56 1.86 -
YUV 92.3 76.48 142.05 -
System Red Green Blue C M Y K H S L
Decimal 112 100 1 0 0.11 0.99 0.56 53.51 0.98 0.22
Hex 70 64 1 0 B 63 38 36 62 16
Octal 160 144 1 0 13 143 70 66 142 26
Binary 1110000 1100100 1 0 1011 1100011 111000 110110 1100010 10110

Color Harmonies of #706401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706401

Black with #706401

Text Example


Text Example

White with #706401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706401; }

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

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

background-color css

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

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

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

border-color css

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

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

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