#769231

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

Shades of Sushi #769231

Tints of Sushi #769231

Color information

#769231 (or 0x769231) is unknown color: approx Sushi. HEX triplet: 76, 92 and 31. RGB value is (118,146,49). Sum of RGB (Red+Green+Blue) = 118+146+49=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #769231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769231 is #896DCE. Grayscale: #7E7E7E. Windows color (decimal): -9006543 or 3248758. OLE color: 3248758.

HSL color Cylindrical-coordinate representation of color #769231: hue angle of 77.32º degrees, saturation: 0.5, 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 #769231 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB11814649-
CMYK0.1900.660.43
HSL77.32º49.74%38.24%-
HSV(B)77.32º66.44%57.25%-
XYZ18.324.636.7-
YUV126.5784.22121.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 146 (57.42% from 255) = 46.65%
BLUE value IS 49 (19.53% from 255) = 15.65%
R=37.70%
G=46.65%
B=15.65%

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
Decimal118146490.1900.660.4377.3249.7438.24
Hex769231130422B4d3226
Octal16622261230102531156246
Binary11101101001001011000110011010000101010111001101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769231; }

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

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

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

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

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

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

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

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