#759933

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

Shades of Sushi #759933

Tints of Sushi #759933

Color information

#759933 (or 0x759933) is unknown color: approx Sushi. HEX triplet: 75, 99 and 33. RGB value is (117,153,51). Sum of RGB (Red+Green+Blue) = 117+153+51=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #759933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759933 is #8A66CC. Grayscale: #828282. Windows color (decimal): -9070285 or 3381621. OLE color: 3381621.

HSL color Cylindrical-coordinate representation of color #759933: hue angle of 81.18º degrees, saturation: 0.5, 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 #759933 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB11715351-
CMYK0.2400.670.4
HSL81.18º50%40%-
HSV(B)81.18º66.67%60%-
XYZ19.3226.87.29-
YUV130.6183.07118.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 153 (60.16% from 255) = 47.66%
BLUE value IS 51 (20.31% from 255) = 15.89%
R=36.45%
G=47.66%
B=15.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117153510.2400.670.481.185040
Hex7599331804328513228
Octal16523163300103501216250
Binary11101011001100111001111000010000111010001010001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759933; }

 p { color: rgb(117,153,51); }

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

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

 a { background-color: rgb(117,153,51); }

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

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

 span { border-color: rgb(117,153,51); }

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