#75A02D

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

Shades of Sushi #75A02D

Tints of Sushi #75A02D

Color information

#75A02D (or 0x75A02D) is unknown color: approx Sushi. HEX triplet: 75, A0 and 2D. RGB value is (117,160,45). Sum of RGB (Red+Green+Blue) = 117+160+45=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #75A02D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A02D is #8A5FD2. Grayscale: #868686. Windows color (decimal): -9068499 or 2990197. OLE color: 2990197.

HSL color Cylindrical-coordinate representation of color #75A02D: hue angle of 82.43º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75A02D is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB11716045-
CMYK0.2700.720.37
HSL82.43º56.1%40.2%-
HSV(B)82.43º71.88%62.75%-
XYZ20.3829.117.03-
YUV134.0377.75115.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 160 (62.89% from 255) = 49.69%
BLUE value IS 45 (17.97% from 255) = 13.98%
R=36.34%
G=49.69%
B=13.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal117160450.2700.720.3782.4356.140.2
Hex75A02D1B04825523828
Octal16524055330110451227050
Binary11101011010000010110111011010010001001011010010111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,160,45); }

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

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

 a { background-color: rgb(117,160,45); }

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

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

 span { border-color: rgb(117,160,45); }

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