#75972F

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

Shades of Sushi #75972F

Tints of Sushi #75972F

Color information

#75972F (or 0x75972F) is unknown color: approx Sushi. HEX triplet: 75, 97 and 2F. RGB value is (117,151,47). Sum of RGB (Red+Green+Blue) = 117+151+47=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 151 - color contains mainly: green. Hex color #75972F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75972F is #8A68D0. Grayscale: #818181. Windows color (decimal): -9070801 or 3118965. OLE color: 3118965.

HSL color Cylindrical-coordinate representation of color #75972F: hue angle of 79.62º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75972F is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB11715147-
CMYK0.2300.690.41
HSL79.62º52.53%38.82%-
HSV(B)79.62º68.87%59.22%-
XYZ18.9226.126.73-
YUV128.9881.74119.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 151 (59.38% from 255) = 47.94%
BLUE value IS 47 (18.75% from 255) = 14.92%
R=37.14%
G=47.94%
B=14.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117151470.2300.690.4179.6252.5338.82
Hex75972F1704529503527
Octal16522757270105511206547
Binary11101011001011110111110111010001011010011010000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75972F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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