#75A62B

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

Shades of Sushi #75A62B

Tints of Sushi #75A62B

Color information

#75A62B (or 0x75A62B) is unknown color: approx Sushi. HEX triplet: 75, A6 and 2B. RGB value is (117,166,43). Sum of RGB (Red+Green+Blue) = 117+166+43=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #75A62B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A62B is #8A59D4. Grayscale: #898989. Windows color (decimal): -9066965 or 2860661. OLE color: 2860661.

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

Color convert

RGB11716643-
CMYK0.3000.740.35
HSL83.9º58.85%40.98%-
HSV(B)83.9º74.1%65.1%-
XYZ21.4131.237.18-
YUV137.3374.77113.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 166 (65.23% from 255) = 50.92%
BLUE value IS 43 (17.19% from 255) = 13.19%
R=35.89%
G=50.92%
B=13.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal117166430.3000.740.3583.958.8540.98
Hex75A62B1E04A23543b29
Octal16524653360112431247351
Binary11101011010011010101111110010010101000111010100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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