#769330

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

Shades of Sushi #769330

Tints of Sushi #769330

Color information

#769330 (or 0x769330) is unknown color: approx Sushi. HEX triplet: 76, 93 and 30. RGB value is (118,147,48). Sum of RGB (Red+Green+Blue) = 118+147+48=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #769330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769330 is #896CCF. Grayscale: #7F7F7F. Windows color (decimal): -9006288 or 3183478. OLE color: 3183478.

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

Color convert

RGB11814748-
CMYK0.2000.670.42
HSL77.58º50.77%38.24%-
HSV(B)77.58º67.35%57.65%-
XYZ18.4424.936.64-
YUV127.0483.39121.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 147 (57.81% from 255) = 46.96%
BLUE value IS 48 (19.14% from 255) = 15.34%
R=37.70%
G=46.96%
B=15.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118147480.2000.670.4277.5850.7738.24
Hex769330140432A4e3326
Octal16622360240103521166346
Binary11101101001001111000010100010000111010101001110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769330; }

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

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

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

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

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

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

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

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