#769B28

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

Shades of Sushi #769B28

Tints of Sushi #769B28

Color information

#769B28 (or 0x769B28) is unknown color: approx Sushi. HEX triplet: 76, 9B and 28. RGB value is (118,155,40). Sum of RGB (Red+Green+Blue) = 118+155+40=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #769B28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769B28 is #8964D7. Grayscale: #838383. Windows color (decimal): -9004248 or 2661238. OLE color: 2661238.

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

Color convert

RGB11815540-
CMYK0.2400.740.39
HSL79.3º58.97%38.24%-
HSV(B)79.3º74.19%60.78%-
XYZ19.5827.456.27-
YUV130.8376.74118.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 155 (60.94% from 255) = 49.52%
BLUE value IS 40 (16.02% from 255) = 12.78%
R=37.70%
G=49.52%
B=12.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118155400.2400.740.3979.358.9738.24
Hex769B281804A274f3b26
Octal16623350300112471177346
Binary11101101001101110100011000010010101001111001111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,155,40); }

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

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

 a { background-color: rgb(118,155,40); }

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

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

 span { border-color: rgb(118,155,40); }

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