#75A83F

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

Shades of Sushi #75A83F

Tints of Sushi #75A83F

Color information

#75A83F (or 0x75A83F) is unknown color: approx Sushi. HEX triplet: 75, A8 and 3F. RGB value is (117,168,63). Sum of RGB (Red+Green+Blue) = 117+168+63=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 168 (66.02% from 255 or 48.28% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 168 - color contains mainly: green. Hex color #75A83F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A83F is #8A57C0. Grayscale: #8D8D8D. Windows color (decimal): -9066433 or 4171893. OLE color: 4171893.

HSL color Cylindrical-coordinate representation of color #75A83F: hue angle of 89.14º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75A83F is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB11716863-
CMYK0.3000.630.34
HSL89.14º45.45%45.29%-
HSV(B)89.14º62.5%65.88%-
XYZ22.2432.159.74-
YUV140.7884.1111.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.62%
GREEN value IS 168 (66.02% from 255) = 48.28%
BLUE value IS 63 (25% from 255) = 18.10%
R=33.62%
G=48.28%
B=18.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal117168630.3000.630.3489.1445.4545.29
Hex75A83F1E03F22592d2d
Octal1652507736077421315555
Binary1110101101010001111111111001111111000101011001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,168,63); }

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

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

 a { background-color: rgb(117,168,63); }

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

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

 span { border-color: rgb(117,168,63); }

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