#75A63A

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

Shades of Sushi #75A63A

Tints of Sushi #75A63A

Color information

#75A63A (or 0x75A63A) is unknown color: approx Sushi. HEX triplet: 75, A6 and 3A. RGB value is (117,166,58). Sum of RGB (Red+Green+Blue) = 117+166+58=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 166 - color contains mainly: green. Hex color #75A63A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A63A is #8A59C5. Grayscale: #8B8B8B. Windows color (decimal): -9066950 or 3843701. OLE color: 3843701.

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

Color convert

RGB11716658-
CMYK0.3000.650.35
HSL87.22º48.21%43.92%-
HSV(B)87.22º65.06%65.1%-
XYZ21.7431.368.91-
YUV139.0482.27112.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.31%
GREEN value IS 166 (65.23% from 255) = 48.68%
BLUE value IS 58 (23.05% from 255) = 17.01%
R=34.31%
G=48.68%
B=17.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal117166580.3000.650.3587.2248.2143.92
Hex75A63A1E0412357302c
Octal16524672360101431276054
Binary11101011010011011101011110010000011000111010111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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