#759B24

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

Shades of Sushi #759B24

Tints of Sushi #759B24

Color information

#759B24 (or 0x759B24) is unknown color: approx Sushi. HEX triplet: 75, 9B and 24. RGB value is (117,155,36). Sum of RGB (Red+Green+Blue) = 117+155+36=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #759B24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759B24 is #8A64DB. Grayscale: #828282. Windows color (decimal): -9069788 or 2399093. OLE color: 2399093.

HSL color Cylindrical-coordinate representation of color #759B24: hue angle of 79.16º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #759B24 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.39.

Color convert

RGB11715536-
CMYK0.2500.770.39
HSL79.16º62.3%37.45%-
HSV(B)79.16º76.77%60.78%-
XYZ19.3827.355.93-
YUV130.0774.91118.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 155 (60.94% from 255) = 50.32%
BLUE value IS 36 (14.45% from 255) = 11.69%
R=37.99%
G=50.32%
B=11.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117155360.2500.770.3979.1662.337.45
Hex759B241904D274f3e25
Octal16523344310115471177645
Binary11101011001101110010011001010011011001111001111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759B24; }

 p { color: rgb(117,155,36); }

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

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

 a { background-color: rgb(117,155,36); }

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

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

 span { border-color: rgb(117,155,36); }

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