#75A235

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

Shades of Sushi #75A235

Tints of Sushi #75A235

Color information

#75A235 (or 0x75A235) is unknown color: approx Sushi. HEX triplet: 75, A2 and 35. RGB value is (117,162,53). Sum of RGB (Red+Green+Blue) = 117+162+53=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 162 - color contains mainly: green. Hex color #75A235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A235 is #8A5DCA. Grayscale: #888888. Windows color (decimal): -9067979 or 3514997. OLE color: 3514997.

HSL color Cylindrical-coordinate representation of color #75A235: hue angle of 84.77º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75A235 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB11716253-
CMYK0.2800.670.36
HSL84.77º50.7%42.16%-
HSV(B)84.77º67.28%63.53%-
XYZ20.929.888.03-
YUV136.1281.09114.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 162 (63.67% from 255) = 48.80%
BLUE value IS 53 (21.09% from 255) = 15.96%
R=35.24%
G=48.80%
B=15.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117162530.2800.670.3684.7750.742.16
Hex75A2351C0432455332a
Octal16524265340103441256352
Binary11101011010001011010111100010000111001001010101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A235; }

 p { color: rgb(117,162,53); }

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

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

 a { background-color: rgb(117,162,53); }

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

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

 span { border-color: rgb(117,162,53); }

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