#769924

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

Shades of Sushi #769924

Tints of Sushi #769924

Color information

#769924 (or 0x769924) is unknown color: approx Sushi. HEX triplet: 76, 99 and 24. RGB value is (118,153,36). Sum of RGB (Red+Green+Blue) = 118+153+36=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #769924 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769924 is #8966DB. Grayscale: #818181. Windows color (decimal): -9004764 or 2398582. OLE color: 2398582.

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

Color convert

RGB11815336-
CMYK0.2300.760.4
HSL77.95º61.9%37.06%-
HSV(B)77.95º76.47%60%-
XYZ19.1826.765.82-
YUV129.275.4120.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 153 (60.16% from 255) = 49.84%
BLUE value IS 36 (14.45% from 255) = 11.73%
R=38.44%
G=49.84%
B=11.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118153360.2300.760.477.9561.937.06
Hex7699241704C284e3e25
Octal16623144270114501167645
Binary11101101001100110010010111010011001010001001110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769924; }

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

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

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

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

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

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

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

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