#74A02B

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

Shades of Sushi #74A02B

Tints of Sushi #74A02B

Color information

#74A02B (or 0x74A02B) is unknown color: approx Sushi. HEX triplet: 74, A0 and 2B. RGB value is (116,160,43). Sum of RGB (Red+Green+Blue) = 116+160+43=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #74A02B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A02B is #8B5FD4. Grayscale: #858585. Windows color (decimal): -9134037 or 2859124. OLE color: 2859124.

HSL color Cylindrical-coordinate representation of color #74A02B: hue angle of 82.56º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74A02B is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB11616043-
CMYK0.2800.730.37
HSL82.56º57.64%39.8%-
HSV(B)82.56º73.12%62.75%-
XYZ20.2129.036.82-
YUV133.5176.92115.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 160 (62.89% from 255) = 50.16%
BLUE value IS 43 (17.19% from 255) = 13.48%
R=36.36%
G=50.16%
B=13.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal116160430.2800.730.3782.5657.6439.8
Hex74A02B1C04925533a28
Octal16424053340111451237250
Binary11101001010000010101111100010010011001011010011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74A02B; }

 p { color: rgb(116,160,43); }

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

<style>
 a { background-color: #74A02B; }

 a { background-color: rgb(116,160,43); }

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

<style>
 span { border-color: #74A02B; }

 span { border-color: rgb(116,160,43); }

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