Html Css Color HEX #76711A Olivetone

📋 copy color: '#76711A'

red 118 ◦ green 113 ◦ blue 26

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

Shades of Olivetone #76711A

Tints of Olivetone #76711A

RGB

 RED value IS 118 (46.48% from 255) = 45.91%

 GREEN value IS 113 (44.53% from 255) = 43.97%

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

R = 45.91%
G = 43.97%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#76711A (or 0x76711A) is known color: Olivetone. HEX triplet: 76, 71 and 1A. RGB value is (118,113,26). Sum of RGB (Red+Green+Blue) = 118+113+26=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #76711A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76711A is #898EE5. Grayscale: #686868. Windows color (decimal): -9015014 or 1732982. OLE color: 1732982.

HSL color Cylindrical-coordinate representation of color #76711A: hue angle of 56.74º 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 #76711A is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 113 26 -
CMYK 0 0.04 0.78 0.54
HSL 56.74º 0.64% 0.28% -
HSV(B) 56.74º 0.78% 0.46% -
XYZ 13.56 15.74 3.3 -
YUV 104.58 83.66 137.57 -
System Red Green Blue C M Y K H S L
Decimal 118 113 26 0 0.04 0.78 0.54 56.74 0.64 0.28
Hex 76 71 1A 0 4 4E 36 39 40 1C
Octal 166 161 32 0 4 116 66 71 100 34
Binary 1110110 1110001 11010 0 100 1001110 110110 111001 1000000 11100

Color Harmonies of #76711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76711A

Black with #76711A

Text Example


Text Example

White with #76711A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,113,26); }

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

background-color css

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

 a { background-color: rgb(118,113,26); }

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

border-color css

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

 span { border-color: rgb(118,113,26); }

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