#75A23A

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

Shades of Sushi #75A23A

Tints of Sushi #75A23A

Color information

#75A23A (or 0x75A23A) is unknown color: approx Sushi. HEX triplet: 75, A2 and 3A. RGB value is (117,162,58). Sum of RGB (Red+Green+Blue) = 117+162+58=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #75A23A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A23A is #8A5DC5. Grayscale: #898989. Windows color (decimal): -9067974 or 3842677. OLE color: 3842677.

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

Color convert

RGB11716258-
CMYK0.2800.640.36
HSL85.96º47.27%43.14%-
HSV(B)85.96º64.2%63.53%-
XYZ21.0229.938.67-
YUV136.6983.59113.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 162 (63.67% from 255) = 48.07%
BLUE value IS 58 (23.05% from 255) = 17.21%
R=34.72%
G=48.07%
B=17.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117162580.2800.640.3685.9647.2743.14
Hex75A23A1C04024562f2b
Octal16524272340100441265753
Binary11101011010001011101011100010000001001001010110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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