#75972d

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

Shades of Sushi #75972D

Tints of Sushi #75972D

Color information

#75972D (or 0x75972D) is unknown color: approx Sushi. HEX triplet: 75, 97 and 2D. RGB value is (117,151,45). Sum of RGB (Red+Green+Blue) = 117+151+45=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 151 - color contains mainly: green. Hex color #75972D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75972D is #8A68D2. Grayscale: #818181. Windows color (decimal): -9070803 or 2987893. OLE color: 2987893.

HSL color Cylindrical-coordinate representation of color #75972D: hue angle of 79.25º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75972D is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB11715145-
CMYK0.2300.700.41
HSL79.25º54.08%38.43%-
HSV(B)79.25º70.2%59.22%-
XYZ18.8826.16.53-
YUV128.7580.74119.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 151 (59.38% from 255) = 48.24%
BLUE value IS 45 (17.97% from 255) = 14.38%
R=37.38%
G=48.24%
B=14.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117151450.2300.700.4179.2554.0838.43
Hex75972D17046294f3626
Octal16522755270106511176646
Binary11101011001011110110110111010001101010011001111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75972d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75972d; }

 p { color: rgb(117,151,45); }

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

<style>
 a { background-color: #75972d; }

 a { background-color: rgb(117,151,45); }

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

<style>
 span { border-color: #75972d; }

 span { border-color: rgb(117,151,45); }

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