#769333

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

Shades of Sushi #769333

Tints of Sushi #769333

Color information

#769333 (or 0x769333) is unknown color: approx Sushi. HEX triplet: 76, 93 and 33. RGB value is (118,147,51). Sum of RGB (Red+Green+Blue) = 118+147+51=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #769333 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769333 is #896CCC. Grayscale: #7F7F7F. Windows color (decimal): -9006285 or 3380086. OLE color: 3380086.

HSL color Cylindrical-coordinate representation of color #769333: hue angle of 78.12º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #769333 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB11814751-
CMYK0.2000.650.42
HSL78.12º48.48%38.82%-
HSV(B)78.12º65.31%57.65%-
XYZ18.524.966.97-
YUV127.3884.89121.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 147 (57.81% from 255) = 46.52%
BLUE value IS 51 (20.31% from 255) = 16.14%
R=37.34%
G=46.52%
B=16.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118147510.2000.650.4278.1248.4838.82
Hex769333140412A4e3027
Octal16622363240101521166047
Binary11101101001001111001110100010000011010101001110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769333; }

 p { color: rgb(118,147,51); }

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

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

 a { background-color: rgb(118,147,51); }

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

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

 span { border-color: rgb(118,147,51); }

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