#74A73C

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

Shades of Sushi #74A73C

Tints of Sushi #74A73C

Color information

#74A73C (or 0x74A73C) is unknown color: approx Sushi. HEX triplet: 74, A7 and 3C. RGB value is (116,167,60). Sum of RGB (Red+Green+Blue) = 116+167+60=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 167 (65.62% from 255 or 48.69% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 167 - color contains mainly: green. Hex color #74A73C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A73C is #8B58C3. Grayscale: #8B8B8B. Windows color (decimal): -9132228 or 3975028. OLE color: 3975028.

HSL color Cylindrical-coordinate representation of color #74A73C: hue angle of 88.6º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74A73C is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB11616760-
CMYK0.3100.640.35
HSL88.6º47.14%44.51%-
HSV(B)88.6º64.07%65.49%-
XYZ21.8431.689.24-
YUV139.5583.1111.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.82%
GREEN value IS 167 (65.62% from 255) = 48.69%
BLUE value IS 60 (23.83% from 255) = 17.49%
R=33.82%
G=48.69%
B=17.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal116167600.3100.640.3588.647.1444.51
Hex74A73C1F04023592f2d
Octal16424774370100431315755
Binary11101001010011111110011111010000001000111011001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,167,60); }

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

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

 a { background-color: rgb(116,167,60); }

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

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

 span { border-color: rgb(116,167,60); }

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