#769635

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

Shades of Sushi #769635

Tints of Sushi #769635

Color information

#769635 (or 0x769635) is unknown color: approx Sushi. HEX triplet: 76, 96 and 35. RGB value is (118,150,53). Sum of RGB (Red+Green+Blue) = 118+150+53=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 150 - color contains mainly: green. Hex color #769635 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769635 is #8969CA. Grayscale: #818181. Windows color (decimal): -9005515 or 3511926. OLE color: 3511926.

HSL color Cylindrical-coordinate representation of color #769635: hue angle of 79.79º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #769635 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB11815053-
CMYK0.2100.650.41
HSL79.79º47.78%39.8%-
HSV(B)79.79º64.67%58.82%-
XYZ19.0225.927.37-
YUV129.3784.9119.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 150 (58.98% from 255) = 46.73%
BLUE value IS 53 (21.09% from 255) = 16.51%
R=36.76%
G=46.73%
B=16.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118150530.2100.650.4179.7947.7839.8
Hex7696351504129503028
Octal16622665250101511206050
Binary11101101001011011010110101010000011010011010000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769635; }

 p { color: rgb(118,150,53); }

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

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

 a { background-color: rgb(118,150,53); }

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

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

 span { border-color: rgb(118,150,53); }

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