#75972A

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

Shades of Sushi #75972A

Tints of Sushi #75972A

Color information

#75972A (or 0x75972A) is unknown color: approx Sushi. HEX triplet: 75, 97 and 2A. RGB value is (117,151,42). Sum of RGB (Red+Green+Blue) = 117+151+42=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 151 (59.38% from 255 or 48.71% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 151 - color contains mainly: green. Hex color #75972A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75972A is #8A68D5. Grayscale: #808080. Windows color (decimal): -9070806 or 2791285. OLE color: 2791285.

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

Color convert

RGB11715142-
CMYK0.2300.720.41
HSL78.72º56.48%37.84%-
HSV(B)78.72º72.19%59.22%-
XYZ18.8226.086.23-
YUV128.4179.24119.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 151 (59.38% from 255) = 48.71%
BLUE value IS 42 (16.80% from 255) = 13.55%
R=37.74%
G=48.71%
B=13.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117151420.2300.720.4178.7256.4837.84
Hex75972A17048294f3826
Octal16522752270110511177046
Binary11101011001011110101010111010010001010011001111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75972A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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