Html Css Color HEX #706501 Olive

📋 copy color: '#706501'

red 112 ◦ green 101 ◦ blue 1

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

Shades of Olive #706501

Tints of Olive #706501

RGB

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

 GREEN value IS 101 (39.84% from 255) = 47.2%

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

R = 52.34%
G = 47.2%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#706501 (or 0x706501) is known color: Olive. HEX triplet: 70, 65 and 01. RGB value is (112,101,1). Sum of RGB (Red+Green+Blue) = 112+101+1=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #706501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706501 is #8F9AFE. Grayscale: #5D5D5D. Windows color (decimal): -9411327 or 91504. OLE color: 91504.

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

Color convert

RGB 112 101 1 -
CMYK 0 0.10 0.99 0.56
HSL 54.05º 0.98% 0.22% -
HSV(B) 54.05º 0.99% 0.44% -
XYZ 11.34 12.75 1.89 -
YUV 92.89 76.14 141.63 -
System Red Green Blue C M Y K H S L
Decimal 112 101 1 0 0.10 0.99 0.56 54.05 0.98 0.22
Hex 70 65 1 0 A 63 38 36 62 16
Octal 160 145 1 0 12 143 70 66 142 26
Binary 1110000 1100101 1 0 1010 1100011 111000 110110 1100010 10110

Color Harmonies of #706501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706501

Black with #706501

Text Example


Text Example

White with #706501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706501; }

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

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

background-color css

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

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

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

border-color css

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

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

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