#769C3D

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

Shades of Sushi #769C3D

Tints of Sushi #769C3D

Color information

#769C3D (or 0x769C3D) is unknown color: approx Sushi. HEX triplet: 76, 9C and 3D. RGB value is (118,156,61). Sum of RGB (Red+Green+Blue) = 118+156+61=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 156 - color contains mainly: green. Hex color #769C3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769C3D is #8963C2. Grayscale: #868686. Windows color (decimal): -9003971 or 4037750. OLE color: 4037750.

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

Color convert

RGB11815661-
CMYK0.2400.610.39
HSL84º43.78%42.55%-
HSV(B)84º60.9%61.18%-
XYZ20.227.978.75-
YUV133.8186.91116.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.22%
GREEN value IS 156 (61.33% from 255) = 46.57%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=35.22%
G=46.57%
B=18.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118156610.2400.610.398443.7842.55
Hex769C3D1803D27542c2b
Octal1662347530075471245453
Binary1110110100111001111011100001111011001111010100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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