#75A734

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

Shades of Sushi #75A734

Tints of Sushi #75A734

Color information

#75A734 (or 0x75A734) is unknown color: approx Sushi. HEX triplet: 75, A7 and 34. RGB value is (117,167,52). Sum of RGB (Red+Green+Blue) = 117+167+52=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 167 (65.62% from 255 or 49.70% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 167 - color contains mainly: green. Hex color #75A734 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A734 is #8A58CB. Grayscale: #8B8B8B. Windows color (decimal): -9066700 or 3450741. OLE color: 3450741.

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

Color convert

RGB11716752-
CMYK0.3000.690.35
HSL86.09º52.51%42.94%-
HSV(B)86.09º68.86%65.49%-
XYZ21.7731.678.21-
YUV138.9478.94112.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.82%
GREEN value IS 167 (65.62% from 255) = 49.70%
BLUE value IS 52 (20.70% from 255) = 15.48%
R=34.82%
G=49.70%
B=15.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal117167520.3000.690.3586.0952.5142.94
Hex75A7341E0452356352b
Octal16524764360105431266553
Binary11101011010011111010011110010001011000111010110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,167,52); }

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

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

 a { background-color: rgb(117,167,52); }

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

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

 span { border-color: rgb(117,167,52); }

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