#769541

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

Shades of Sushi #769541

Tints of Sushi #769541

Color information

#769541 (or 0x769541) is unknown color: approx Sushi. HEX triplet: 76, 95 and 41. RGB value is (118,149,65). Sum of RGB (Red+Green+Blue) = 118+149+65=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #769541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769541 is #896ABE. Grayscale: #828282. Windows color (decimal): -9005759 or 4298102. OLE color: 4298102.

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

Color convert

RGB11814965-
CMYK0.2100.560.42
HSL82.14º39.25%41.96%-
HSV(B)82.14º56.38%58.43%-
XYZ19.1725.738.96-
YUV130.1691.23119.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 149 (58.59% from 255) = 44.88%
BLUE value IS 65 (25.78% from 255) = 19.58%
R=35.54%
G=44.88%
B=19.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118149650.2100.560.4282.1439.2541.96
Hex769541150382A52272a
Octal16622510125070521224752
Binary11101101001010110000011010101110001010101010010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769541; }

 p { color: rgb(118,149,65); }

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

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

 a { background-color: rgb(118,149,65); }

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

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

 span { border-color: rgb(118,149,65); }

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