#75982A

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

Shades of Sushi #75982A

Tints of Sushi #75982A

Color information

#75982A (or 0x75982A) is unknown color: approx Sushi. HEX triplet: 75, 98 and 2A. RGB value is (117,152,42). Sum of RGB (Red+Green+Blue) = 117+152+42=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #75982A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75982A is #8A67D5. Grayscale: #818181. Windows color (decimal): -9070550 or 2791541. OLE color: 2791541.

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

Color convert

RGB11715242-
CMYK0.2300.720.40
HSL79.09º56.7%38.04%-
HSV(B)79.09º72.37%59.61%-
XYZ18.9826.416.29-
YUV12978.9119.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.62%
GREEN value IS 152 (59.77% from 255) = 48.87%
BLUE value IS 42 (16.80% from 255) = 13.50%
R=37.62%
G=48.87%
B=13.50%

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
Decimal117152420.2300.720.4079.0956.738.04
Hex75982A17048284f3926
Octal16523052270110501177146
Binary11101011001100010101010111010010001010001001111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75982A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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