#769E31

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

Shades of Sushi #769E31

Tints of Sushi #769E31

Color information

#769E31 (or 0x769E31) is unknown color: approx Sushi. HEX triplet: 76, 9E and 31. RGB value is (118,158,49). Sum of RGB (Red+Green+Blue) = 118+158+49=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 158 - color contains mainly: green. Hex color #769E31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769E31 is #8961CE. Grayscale: #868686. Windows color (decimal): -9003471 or 3251830. OLE color: 3251830.

HSL color Cylindrical-coordinate representation of color #769E31: hue angle of 82.02º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #769E31 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB11815849-
CMYK0.2500.690.38
HSL82.02º52.66%40.59%-
HSV(B)82.02º68.99%61.96%-
XYZ20.2528.537.34-
YUV133.6180.25116.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 158 (62.11% from 255) = 48.62%
BLUE value IS 49 (19.53% from 255) = 15.08%
R=36.31%
G=48.62%
B=15.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118158490.2500.690.3882.0252.6640.59
Hex769E311904526523529
Octal16623661310105461226551
Binary11101101001111011000111001010001011001101010010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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