Html Css Color HEX #70751D Olivetone

📋 copy color: '#70751D'

red 112 ◦ green 117 ◦ blue 29

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

Shades of Olivetone #70751D

Tints of Olivetone #70751D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.24%

R = 43.41%
G = 45.35%
B = 11.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#70751D (or 0x70751D) is known color: Olivetone. HEX triplet: 70, 75 and 1D. RGB value is (112,117,29). Sum of RGB (Red+Green+Blue) = 112+117+29=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 117 - color contains mainly: green. Hex color #70751D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70751D is #8F8AE2. Grayscale: #696969. Windows color (decimal): -9407203 or 1930608. OLE color: 1930608.

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

Color convert

RGB 112 117 29 -
CMYK 0.04 0 0.75 0.54
HSL 63.41º 0.6% 0.29% -
HSV(B) 63.41º 0.75% 0.46% -
XYZ 13.27 16.26 3.6 -
YUV 105.47 84.84 132.66 -
System Red Green Blue C M Y K H S L
Decimal 112 117 29 0.04 0 0.75 0.54 63.41 0.6 0.29
Hex 70 75 1D 4 0 4B 36 3F 3C 1D
Octal 160 165 35 4 0 113 66 77 74 35
Binary 1110000 1110101 11101 100 0 1001011 110110 111111 111100 11101

Color Harmonies of #70751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70751D

Black with #70751D

Text Example


Text Example

White with #70751D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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