#75992B

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

Shades of Sushi #75992B

Tints of Sushi #75992B

Color information

#75992B (or 0x75992B) is unknown color: approx Sushi. HEX triplet: 75, 99 and 2B. RGB value is (117,153,43). Sum of RGB (Red+Green+Blue) = 117+153+43=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #75992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75992B is #8A66D4. Grayscale: #828282. Windows color (decimal): -9070293 or 2857333. OLE color: 2857333.

HSL color Cylindrical-coordinate representation of color #75992B: hue angle of 79.64º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75992B is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB11715343-
CMYK0.2400.720.4
HSL79.64º56.12%38.43%-
HSV(B)79.64º71.9%60%-
XYZ19.1626.746.44-
YUV129.779.07118.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 153 (60.16% from 255) = 48.88%
BLUE value IS 43 (17.19% from 255) = 13.74%
R=37.38%
G=48.88%
B=13.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117153430.2400.720.479.6456.1238.43
Hex75992B1804828503826
Octal16523153300110501207046
Binary11101011001100110101111000010010001010001010000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75992B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75992B; }

 p { color: rgb(117,153,43); }

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

<style>
 a { background-color: #75992B; }

 a { background-color: rgb(117,153,43); }

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

<style>
 span { border-color: #75992B; }

 span { border-color: rgb(117,153,43); }

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