#75A53B

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

Shades of Sushi #75A53B

Tints of Sushi #75A53B

Color information

#75A53B (or 0x75A53B) is unknown color: approx Sushi. HEX triplet: 75, A5 and 3B. RGB value is (117,165,59). Sum of RGB (Red+Green+Blue) = 117+165+59=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #75A53B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A53B is #8A5AC4. Grayscale: #8A8A8A. Windows color (decimal): -9067205 or 3908981. OLE color: 3908981.

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

Color convert

RGB11716559-
CMYK0.2900.640.35
HSL87.17º47.32%43.92%-
HSV(B)87.17º64.24%64.71%-
XYZ21.5831.018.99-
YUV138.5683.1112.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.31%
GREEN value IS 165 (64.84% from 255) = 48.39%
BLUE value IS 59 (23.44% from 255) = 17.30%
R=34.31%
G=48.39%
B=17.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal117165590.2900.640.3587.1747.3243.92
Hex75A53B1D04023572f2c
Octal16524573350100431275754
Binary11101011010010111101111101010000001000111010111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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