#769A2B

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

Shades of Sushi #769A2B

Tints of Sushi #769A2B

Color information

#769A2B (or 0x769A2B) is unknown color: approx Sushi. HEX triplet: 76, 9A and 2B. RGB value is (118,154,43). Sum of RGB (Red+Green+Blue) = 118+154+43=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #769A2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769A2B is #8965D4. Grayscale: #828282. Windows color (decimal): -9004501 or 2857590. OLE color: 2857590.

HSL color Cylindrical-coordinate representation of color #769A2B: hue angle of 79.46º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #769A2B is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB11815443-
CMYK0.2300.720.40
HSL79.46º56.35%38.63%-
HSV(B)79.46º72.08%60.39%-
XYZ19.4627.146.5-
YUV130.5878.57119.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 154 (60.55% from 255) = 48.89%
BLUE value IS 43 (17.19% from 255) = 13.65%
R=37.46%
G=48.89%
B=13.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118154430.2300.720.4079.4656.3538.63
Hex769A2B17048284f3827
Octal16623253270110501177047
Binary11101101001101010101110111010010001010001001111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,154,43); }

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

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

 a { background-color: rgb(118,154,43); }

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

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

 span { border-color: rgb(118,154,43); }

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