Html Css Color HEX #70761E Olivetone

📋 copy color: '#70761E'

red 112 ◦ green 118 ◦ blue 30

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

Shades of Olivetone #70761E

Tints of Olivetone #70761E

RGB

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

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

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

R = 43.08%
G = 45.38%
B = 11.54%

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

#70761E (or 0x70761E) is known color: Olivetone. HEX triplet: 70, 76 and 1E. RGB value is (112,118,30). Sum of RGB (Red+Green+Blue) = 112+118+30=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #70761E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70761E is #8F89E1. Grayscale: #6A6A6A. Windows color (decimal): -9406946 or 1996400. OLE color: 1996400.

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

Color convert

RGB 112 118 30 -
CMYK 0.05 0 0.75 0.54
HSL 64.09º 0.59% 0.29% -
HSV(B) 64.09º 0.75% 0.46% -
XYZ 13.39 16.5 3.71 -
YUV 106.17 85.01 132.16 -
System Red Green Blue C M Y K H S L
Decimal 112 118 30 0.05 0 0.75 0.54 64.09 0.59 0.29
Hex 70 76 1E 5 0 4B 36 40 3B 1D
Octal 160 166 36 5 0 113 66 100 73 35
Binary 1110000 1110110 11110 101 0 1001011 110110 1000000 111011 11101

Color Harmonies of #70761E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70761E

Black with #70761E

Text Example


Text Example

White with #70761E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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