#769C2E

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

Shades of Sushi #769C2E

Tints of Sushi #769C2E

Color information

#769C2E (or 0x769C2E) is unknown color: approx Sushi. HEX triplet: 76, 9C and 2E. RGB value is (118,156,46). Sum of RGB (Red+Green+Blue) = 118+156+46=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 156 - color contains mainly: green. Hex color #769C2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769C2E is #8963D1. Grayscale: #848484. Windows color (decimal): -9003986 or 3054710. OLE color: 3054710.

HSL color Cylindrical-coordinate representation of color #769C2E: hue angle of 80.73º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #769C2E is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB11815646-
CMYK0.2400.710.39
HSL80.73º54.46%39.61%-
HSV(B)80.73º70.51%61.18%-
XYZ19.8527.836.91-
YUV132.179.41117.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 156 (61.33% from 255) = 48.75%
BLUE value IS 46 (18.36% from 255) = 14.38%
R=36.88%
G=48.75%
B=14.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118156460.2400.710.3980.7354.4639.61
Hex769C2E1804727513628
Octal16623456300107471216650
Binary11101101001110010111011000010001111001111010001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,156,46); }

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

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

 a { background-color: rgb(118,156,46); }

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

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

 span { border-color: rgb(118,156,46); }

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