Html Css Color HEX #70751A Olivetone

📋 copy color: '#70751A'

red 112 ◦ green 117 ◦ blue 26

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

Shades of Olivetone #70751A

Tints of Olivetone #70751A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.88%

 BLUE value IS 26 (10.55% from 255) = 10.2%

R = 43.92%
G = 45.88%
B = 10.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#70751A (or 0x70751A) is known color: Olivetone. HEX triplet: 70, 75 and 1A. RGB value is (112,117,26). Sum of RGB (Red+Green+Blue) = 112+117+26=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #70751A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70751A is #8F8AE5. Grayscale: #696969. Windows color (decimal): -9407206 or 1734000. OLE color: 1734000.

HSL color Cylindrical-coordinate representation of color #70751A: hue angle of 63.3º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70751A is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 26 -
CMYK 0.04 0 0.78 0.54
HSL 63.3º 0.64% 0.28% -
HSV(B) 63.3º 0.78% 0.46% -
XYZ 13.23 16.24 3.41 -
YUV 105.13 83.34 132.9 -
System Red Green Blue C M Y K H S L
Decimal 112 117 26 0.04 0 0.78 0.54 63.3 0.64 0.28
Hex 70 75 1A 4 0 4E 36 3F 40 1C
Octal 160 165 32 4 0 116 66 77 100 34
Binary 1110000 1110101 11010 100 0 1001110 110110 111111 1000000 11100

Color Harmonies of #70751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70751A

Black with #70751A

Text Example


Text Example

White with #70751A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70751A; }

 p { color: rgb(112,117,26); }

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

background-color css

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

 a { background-color: rgb(112,117,26); }

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

border-color css

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

 span { border-color: rgb(112,117,26); }

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