#769F27

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

Shades of Sushi #769F27

Tints of Sushi #769F27

Color information

#769F27 (or 0x769F27) is unknown color: approx Sushi. HEX triplet: 76, 9F and 27. RGB value is (118,159,39). Sum of RGB (Red+Green+Blue) = 118+159+39=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 159 (62.5% from 255 or 50.32% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 159 - color contains mainly: green. Hex color #769F27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769F27 is #8960D8. Grayscale: #858585. Windows color (decimal): -9003225 or 2596726. OLE color: 2596726.

HSL color Cylindrical-coordinate representation of color #769F27: hue angle of 80.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #769F27 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB11815939-
CMYK0.2600.750.38
HSL80.5º60.61%38.82%-
HSV(B)80.5º75.47%62.35%-
XYZ20.2428.796.41-
YUV133.0674.92117.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 159 (62.5% from 255) = 50.32%
BLUE value IS 39 (15.62% from 255) = 12.34%
R=37.34%
G=50.32%
B=12.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118159390.2600.750.3880.560.6138.82
Hex769F271A04B26503d27
Octal16623747320113461207547
Binary11101101001111110011111010010010111001101010000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769F27; }

 p { color: rgb(118,159,39); }

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

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

 a { background-color: rgb(118,159,39); }

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

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

 span { border-color: rgb(118,159,39); }

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