#75A52B

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

Shades of Sushi #75A52B

Tints of Sushi #75A52B

Color information

#75A52B (or 0x75A52B) is unknown color: approx Sushi. HEX triplet: 75, A5 and 2B. RGB value is (117,165,43). Sum of RGB (Red+Green+Blue) = 117+165+43=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #75A52B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A52B is #8A5AD4. Grayscale: #898989. Windows color (decimal): -9067221 or 2860405. OLE color: 2860405.

HSL color Cylindrical-coordinate representation of color #75A52B: hue angle of 83.61º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75A52B is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB11716543-
CMYK0.2900.740.35
HSL83.61º58.65%40.78%-
HSV(B)83.61º73.94%64.71%-
XYZ21.2330.877.12-
YUV136.7475.1113.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36%
GREEN value IS 165 (64.84% from 255) = 50.77%
BLUE value IS 43 (17.19% from 255) = 13.23%
R=36%
G=50.77%
B=13.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal117165430.2900.740.3583.6158.6540.78
Hex75A52B1D04A23543b29
Octal16524553350112431247351
Binary11101011010010110101111101010010101000111010100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,165,43); }

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

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

 a { background-color: rgb(117,165,43); }

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

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

 span { border-color: rgb(117,165,43); }

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