Html Css Color HEX #70751E Olivetone

📋 copy color: '#70751E'

red 112 ◦ green 117 ◦ blue 30

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

Shades of Olivetone #70751E

Tints of Olivetone #70751E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.58%

R = 43.24%
G = 45.17%
B = 11.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#70751E (or 0x70751E) is known color: Olivetone. HEX triplet: 70, 75 and 1E. RGB value is (112,117,30). Sum of RGB (Red+Green+Blue) = 112+117+30=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #70751E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70751E is #8F8AE1. Grayscale: #696969. Windows color (decimal): -9407202 or 1996144. OLE color: 1996144.

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

Color convert

RGB 112 117 30 -
CMYK 0.04 0 0.74 0.54
HSL 63.45º 0.59% 0.29% -
HSV(B) 63.45º 0.74% 0.46% -
XYZ 13.28 16.26 3.67 -
YUV 105.59 85.34 132.57 -
System Red Green Blue C M Y K H S L
Decimal 112 117 30 0.04 0 0.74 0.54 63.45 0.59 0.29
Hex 70 75 1E 4 0 4A 36 3F 3B 1D
Octal 160 165 36 4 0 112 66 77 73 35
Binary 1110000 1110101 11110 100 0 1001010 110110 111111 111011 11101

Color Harmonies of #70751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70751E

Black with #70751E

Text Example


Text Example

White with #70751E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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