#74A230

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

Shades of Sushi #74A230

Tints of Sushi #74A230

Color information

#74A230 (or 0x74A230) is unknown color: approx Sushi. HEX triplet: 74, A2 and 30. RGB value is (116,162,48). Sum of RGB (Red+Green+Blue) = 116+162+48=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #74A230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A230 is #8B5DCF. Grayscale: #878787. Windows color (decimal): -9133520 or 3187316. OLE color: 3187316.

HSL color Cylindrical-coordinate representation of color #74A230: hue angle of 84.21º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74A230 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB11616248-
CMYK0.2800.700.36
HSL84.21º54.29%41.18%-
HSV(B)84.21º70.37%63.53%-
XYZ20.6629.777.45-
YUV135.2578.76114.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.58%
GREEN value IS 162 (63.67% from 255) = 49.69%
BLUE value IS 48 (19.14% from 255) = 14.72%
R=35.58%
G=49.69%
B=14.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116162480.2800.700.3684.2154.2941.18
Hex74A2301C04624543629
Octal16424260340106441246651
Binary11101001010001011000011100010001101001001010100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,162,48); }

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

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

 a { background-color: rgb(116,162,48); }

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

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

 span { border-color: rgb(116,162,48); }

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