#76793B

Color #76793B Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #76793B

Tints of Crete #76793B

Color information

#76793B (or 0x76793B) is unknown color: approx Crete. HEX triplet: 76, 79 and 3B. RGB value is (118,121,59). Sum of RGB (Red+Green+Blue) = 118+121+59=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #76793B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76793B is #8986C4. Grayscale: #717171. Windows color (decimal): -9012933 or 3897718. OLE color: 3897718.

HSL color Cylindrical-coordinate representation of color #76793B: hue angle of 62.9º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76793B is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB11812159-
CMYK0.0200.510.53
HSL62.9º34.44%35.29%-
HSV(B)62.9º51.24%47.45%-
XYZ15.117.846.79-
YUV113.0497.51131.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 121 (47.66% from 255) = 40.60%
BLUE value IS 59 (23.44% from 255) = 19.80%
R=39.60%
G=40.60%
B=19.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118121590.0200.510.5362.934.4435.29
Hex76793B2033353f2223
Octal16617173206365774243
Binary11101101111001111011100110011110101111111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76793B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76793B; }

 p { color: rgb(118,121,59); }

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

<style>
 a { background-color: #76793B; }

 a { background-color: rgb(118,121,59); }

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

<style>
 span { border-color: #76793B; }

 span { border-color: rgb(118,121,59); }

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