#75982B

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

Shades of Sushi #75982B

Tints of Sushi #75982B

Color information

#75982B (or 0x75982B) is unknown color: approx Sushi. HEX triplet: 75, 98 and 2B. RGB value is (117,152,43). Sum of RGB (Red+Green+Blue) = 117+152+43=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #75982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75982B is #8A67D4. Grayscale: #818181. Windows color (decimal): -9070549 or 2857077. OLE color: 2857077.

HSL color Cylindrical-coordinate representation of color #75982B: hue angle of 79.27º 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 #75982B is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB11715243-
CMYK0.2300.720.40
HSL79.27º55.9%38.24%-
HSV(B)79.27º71.71%59.61%-
XYZ1926.416.38-
YUV129.1179.4119.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 152 (59.77% from 255) = 48.72%
BLUE value IS 43 (17.19% from 255) = 13.78%
R=37.5%
G=48.72%
B=13.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117152430.2300.720.4079.2755.938.24
Hex75982B17048284f3826
Octal16523053270110501177046
Binary11101011001100010101110111010010001010001001111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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