#769232

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

Shades of Sushi #769232

Tints of Sushi #769232

Color information

#769232 (or 0x769232) is unknown color: approx Sushi. HEX triplet: 76, 92 and 32. RGB value is (118,146,50). Sum of RGB (Red+Green+Blue) = 118+146+50=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #769232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769232 is #896DCD. Grayscale: #7F7F7F. Windows color (decimal): -9006542 or 3314294. OLE color: 3314294.

HSL color Cylindrical-coordinate representation of color #769232: hue angle of 77.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #769232 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB11814650-
CMYK0.1900.660.43
HSL77.5º48.98%38.43%-
HSV(B)77.5º65.75%57.25%-
XYZ18.3324.646.81-
YUV126.6884.72121.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 146 (57.42% from 255) = 46.50%
BLUE value IS 50 (19.92% from 255) = 15.92%
R=37.58%
G=46.50%
B=15.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118146500.1900.660.4377.548.9838.43
Hex769232130422B4e3126
Octal16622262230102531166146
Binary11101101001001011001010011010000101010111001110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769232; }

 p { color: rgb(118,146,50); }

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

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

 a { background-color: rgb(118,146,50); }

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

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

 span { border-color: rgb(118,146,50); }

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