#769A24

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

Shades of Sushi #769A24

Tints of Sushi #769A24

Color information

#769A24 (or 0x769A24) is unknown color: approx Sushi. HEX triplet: 76, 9A and 24. RGB value is (118,154,36). Sum of RGB (Red+Green+Blue) = 118+154+36=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 154 (60.55% from 255 or 50% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 154 - color contains mainly: green. Hex color #769A24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769A24 is #8965DB. Grayscale: #828282. Windows color (decimal): -9004508 or 2398838. OLE color: 2398838.

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

Color convert

RGB11815436-
CMYK0.2300.770.40
HSL78.31º62.11%37.25%-
HSV(B)78.31º76.62%60.39%-
XYZ19.3527.095.88-
YUV129.7875.07119.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 154 (60.55% from 255) = 50%
BLUE value IS 36 (14.45% from 255) = 11.69%
R=38.31%
G=50%
B=11.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118154360.2300.770.4078.3162.1137.25
Hex769A241704D284e3e25
Octal16623244270115501167645
Binary11101101001101010010010111010011011010001001110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769A24; }

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

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

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

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

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

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

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

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