#75B039

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

Shades of Sushi #75B039

Tints of Sushi #75B039

Color information

#75B039 (or 0x75B039) is unknown color: approx Sushi. HEX triplet: 75, B0 and 39. RGB value is (117,176,57). Sum of RGB (Red+Green+Blue) = 117+176+57=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #75B039 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75B039 is #8A4FC6. Grayscale: #919191. Windows color (decimal): -9064391 or 3780725. OLE color: 3780725.

HSL color Cylindrical-coordinate representation of color #75B039: hue angle of 89.75º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75B039 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB11717657-
CMYK0.3400.680.31
HSL89.75º51.07%45.69%-
HSV(B)89.75º67.61%69.02%-
XYZ23.635.139.41-
YUV144.7978.45108.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.43%
GREEN value IS 176 (69.14% from 255) = 50.29%
BLUE value IS 57 (22.66% from 255) = 16.29%
R=33.43%
G=50.29%
B=16.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117176570.3400.680.3189.7551.0745.69
Hex75B039220441F5a332e
Octal16526071420104371326356
Binary11101011011000011100110001001000100111111011010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,176,57); }

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

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

 a { background-color: rgb(117,176,57); }

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

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

 span { border-color: rgb(117,176,57); }

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