Html Css Color HEX #70761D Olivetone

📋 copy color: '#70761D'

red 112 ◦ green 118 ◦ blue 29

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

Shades of Olivetone #70761D

Tints of Olivetone #70761D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.56%

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

R = 43.24%
G = 45.56%
B = 11.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#70761D (or 0x70761D) is known color: Olivetone. HEX triplet: 70, 76 and 1D. RGB value is (112,118,29). Sum of RGB (Red+Green+Blue) = 112+118+29=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #70761D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70761D is #8F89E2. Grayscale: #6A6A6A. Windows color (decimal): -9406947 or 1930864. OLE color: 1930864.

HSL color Cylindrical-coordinate representation of color #70761D: hue angle of 64.04º degrees, saturation: 0.61, 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 #70761D is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 118 29 -
CMYK 0.05 0 0.75 0.54
HSL 64.04º 0.61% 0.29% -
HSV(B) 64.04º 0.75% 0.46% -
XYZ 13.38 16.49 3.64 -
YUV 106.06 84.51 132.24 -
System Red Green Blue C M Y K H S L
Decimal 112 118 29 0.05 0 0.75 0.54 64.04 0.61 0.29
Hex 70 76 1D 5 0 4B 36 40 3D 1D
Octal 160 166 35 5 0 113 66 100 75 35
Binary 1110000 1110110 11101 101 0 1001011 110110 1000000 111101 11101

Color Harmonies of #70761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70761D

Black with #70761D

Text Example


Text Example

White with #70761D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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