#75A227

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

Shades of Sushi #75A227

Tints of Sushi #75A227

Color information

#75A227 (or 0x75A227) is unknown color: approx Sushi. HEX triplet: 75, A2 and 27. RGB value is (117,162,39). Sum of RGB (Red+Green+Blue) = 117+162+39=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 39 (15.62% from 255 or 12.26% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #75A227 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A227 is #8A5DD8. Grayscale: #868686. Windows color (decimal): -9067993 or 2597493. OLE color: 2597493.

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

Color convert

RGB11716239-
CMYK0.2800.760.36
HSL81.95º61.19%39.41%-
HSV(B)81.95º75.93%63.53%-
XYZ20.6229.776.58-
YUV134.5274.09115.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 162 (63.67% from 255) = 50.94%
BLUE value IS 39 (15.62% from 255) = 12.26%
R=36.79%
G=50.94%
B=12.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117162390.2800.760.3681.9561.1939.41
Hex75A2271C04C24523d27
Octal16524247340114441227547
Binary11101011010001010011111100010011001001001010010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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