#767940

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

Shades of Crete #767940

Tints of Crete #767940

Color information

#767940 (or 0x767940) is unknown color: approx Crete. HEX triplet: 76, 79 and 40. RGB value is (118,121,64). Sum of RGB (Red+Green+Blue) = 118+121+64=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 121 - color contains mainly: green. Hex color #767940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767940 is #8986BF. Grayscale: #717171. Windows color (decimal): -9012928 or 4225398. OLE color: 4225398.

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

Color convert

RGB11812164-
CMYK0.0200.470.53
HSL63.16º30.81%36.27%-
HSV(B)63.16º47.11%47.45%-
XYZ15.2317.97.5-
YUV113.6100.01131.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 121 (47.66% from 255) = 39.93%
BLUE value IS 64 (25.39% from 255) = 21.12%
R=38.94%
G=39.93%
B=21.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118121640.0200.470.5363.1630.8136.27
Hex767940202F353f1f24
Octal166171100205765773744
Binary11101101111001100000010010111111010111111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767940; }

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

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

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

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

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

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

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

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