#769932

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

Shades of Sushi #769932

Tints of Sushi #769932

Color information

#769932 (or 0x769932) is unknown color: approx Sushi. HEX triplet: 76, 99 and 32. RGB value is (118,153,50). Sum of RGB (Red+Green+Blue) = 118+153+50=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #769932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769932 is #8966CD. Grayscale: #838383. Windows color (decimal): -9004750 or 3316086. OLE color: 3316086.

HSL color Cylindrical-coordinate representation of color #769932: hue angle of 80.39º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #769932 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB11815350-
CMYK0.2300.670.4
HSL80.39º50.74%39.8%-
HSV(B)80.39º67.32%60%-
XYZ19.4426.867.18-
YUV130.7982.4118.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 153 (60.16% from 255) = 47.66%
BLUE value IS 50 (19.92% from 255) = 15.58%
R=36.76%
G=47.66%
B=15.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118153500.2300.670.480.3950.7439.8
Hex7699321704328503328
Octal16623162270103501206350
Binary11101101001100111001010111010000111010001010000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769932; }

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

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

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

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

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

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

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

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