#769E27

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

Shades of Sushi #769E27

Tints of Sushi #769E27

Color information

#769E27 (or 0x769E27) is unknown color: approx Sushi. HEX triplet: 76, 9E and 27. RGB value is (118,158,39). Sum of RGB (Red+Green+Blue) = 118+158+39=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 158 (62.11% from 255 or 50.16% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 158 - color contains mainly: green. Hex color #769E27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769E27 is #8961D8. Grayscale: #848484. Windows color (decimal): -9003481 or 2596470. OLE color: 2596470.

HSL color Cylindrical-coordinate representation of color #769E27: hue angle of 80.17º degrees, saturation: 0.6, 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 #769E27 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB11815839-
CMYK0.2500.750.38
HSL80.17º60.41%38.63%-
HSV(B)80.17º75.32%61.96%-
XYZ20.0628.456.35-
YUV132.4775.25117.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 158 (62.11% from 255) = 50.16%
BLUE value IS 39 (15.62% from 255) = 12.38%
R=37.46%
G=50.16%
B=12.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118158390.2500.750.3880.1760.4138.63
Hex769E271904B26503c27
Octal16623647310113461207447
Binary11101101001111010011111001010010111001101010000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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