#76772A

Color #76772A Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #76772A

Tints of Olivetone #76772A

Color information

#76772A (or 0x76772A) is unknown color: approx Olivetone. HEX triplet: 76, 77 and 2A. RGB value is (118,119,42). Sum of RGB (Red+Green+Blue) = 118+119+42=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #76772A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76772A is #8988D5. Grayscale: #6E6E6E. Windows color (decimal): -9013462 or 2783094. OLE color: 2783094.

HSL color Cylindrical-coordinate representation of color #76772A: hue angle of 60.78º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76772A is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB11811942-
CMYK0.0100.650.53
HSL60.78º47.83%31.57%-
HSV(B)60.78º64.71%46.67%-
XYZ14.4917.214.75-
YUV109.9289.67133.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 119 (46.88% from 255) = 42.65%
BLUE value IS 42 (16.80% from 255) = 15.05%
R=42.29%
G=42.65%
B=15.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119420.0100.650.5360.7847.8331.57
Hex76772A1041353d3020
Octal166167521010165756040
Binary11101101110111101010101000001110101111101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,119,42); }

 H1.HeaderClassName
 {
   color: #76772A;
 }
 .AnyTagClassName
 {
   color: #76772A;
 }
</style>
background-color css

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

 a { background-color: rgb(118,119,42); }

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

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

 span { border-color: rgb(118,119,42); }

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