#74A734

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

Shades of Sushi #74A734

Tints of Sushi #74A734

Color information

#74A734 (or 0x74A734) is unknown color: approx Sushi. HEX triplet: 74, A7 and 34. RGB value is (116,167,52). Sum of RGB (Red+Green+Blue) = 116+167+52=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 167 (65.62% from 255 or 49.85% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 167 - color contains mainly: green. Hex color #74A734 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A734 is #8B58CB. Grayscale: #8B8B8B. Windows color (decimal): -9132236 or 3450740. OLE color: 3450740.

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

Color convert

RGB11616752-
CMYK0.3100.690.35
HSL86.61º52.51%42.94%-
HSV(B)86.61º68.86%65.49%-
XYZ21.6431.68.21-
YUV138.6479.1111.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 167 (65.62% from 255) = 49.85%
BLUE value IS 52 (20.70% from 255) = 15.52%
R=34.63%
G=49.85%
B=15.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal116167520.3100.690.3586.6152.5142.94
Hex74A7341F0452357352b
Octal16424764370105431276553
Binary11101001010011111010011111010001011000111010111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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