#769C3F

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

Shades of Sushi #769C3F

Tints of Sushi #769C3F

Color information

#769C3F (or 0x769C3F) is unknown color: approx Sushi. HEX triplet: 76, 9C and 3F. RGB value is (118,156,63). Sum of RGB (Red+Green+Blue) = 118+156+63=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 156 - color contains mainly: green. Hex color #769C3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769C3F is #8963C0. Grayscale: #868686. Windows color (decimal): -9003969 or 4168822. OLE color: 4168822.

HSL color Cylindrical-coordinate representation of color #769C3F: hue angle of 84.52º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #769C3F is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB11815663-
CMYK0.2400.600.39
HSL84.52º42.47%42.94%-
HSV(B)84.52º59.62%61.18%-
XYZ20.2627.999.04-
YUV134.0487.91116.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.01%
GREEN value IS 156 (61.33% from 255) = 46.29%
BLUE value IS 63 (25% from 255) = 18.69%
R=35.01%
G=46.29%
B=18.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118156630.2400.600.3984.5242.4742.94
Hex769C3F1803C27552a2b
Octal1662347730074471255253
Binary1110110100111001111111100001111001001111010101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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