Html Css Color HEX #706901 Olive

📋 copy color: '#706901'

red 112 ◦ green 105 ◦ blue 1

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

Shades of Olive #706901

Tints of Olive #706901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 48.17%

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

R = 51.38%
G = 48.17%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#706901 (or 0x706901) is known color: Olive. HEX triplet: 70, 69 and 01. RGB value is (112,105,1). Sum of RGB (Red+Green+Blue) = 112+105+1=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #706901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706901 is #8F96FE. Grayscale: #5F5F5F. Windows color (decimal): -9410303 or 92528. OLE color: 92528.

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

Color convert

RGB 112 105 1 -
CMYK 0 0.06 0.99 0.56
HSL 56.22º 0.98% 0.22% -
HSV(B) 56.22º 0.99% 0.44% -
XYZ 11.74 13.55 2.03 -
YUV 95.24 74.82 139.96 -
System Red Green Blue C M Y K H S L
Decimal 112 105 1 0 0.06 0.99 0.56 56.22 0.98 0.22
Hex 70 69 1 0 6 63 38 38 62 16
Octal 160 151 1 0 6 143 70 70 142 26
Binary 1110000 1101001 1 0 110 1100011 111000 111000 1100010 10110

Color Harmonies of #706901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706901

Black with #706901

Text Example


Text Example

White with #706901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706901; }

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

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

background-color css

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

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

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

border-color css

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

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

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