#769533

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

Shades of Sushi #769533

Tints of Sushi #769533

Color information

#769533 (or 0x769533) is unknown color: approx Sushi. HEX triplet: 76, 95 and 33. RGB value is (118,149,51). Sum of RGB (Red+Green+Blue) = 118+149+51=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #769533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769533 is #896ACC. Grayscale: #808080. Windows color (decimal): -9005773 or 3380598. OLE color: 3380598.

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

Color convert

RGB11814951-
CMYK0.2100.660.42
HSL78.98º49%39.22%-
HSV(B)78.98º65.77%58.43%-
XYZ18.8225.597.08-
YUV128.5684.23120.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.11%
GREEN value IS 149 (58.59% from 255) = 46.86%
BLUE value IS 51 (20.31% from 255) = 16.04%
R=37.11%
G=46.86%
B=16.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118149510.2100.660.4278.984939.22
Hex769533150422A4f3127
Octal16622563250102521176147
Binary11101101001010111001110101010000101010101001111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769533; }

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

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

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

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

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

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

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

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