#74A636

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

Shades of Sushi #74A636

Tints of Sushi #74A636

Color information

#74A636 (or 0x74A636) is unknown color: approx Sushi. HEX triplet: 74, A6 and 36. RGB value is (116,166,54). Sum of RGB (Red+Green+Blue) = 116+166+54=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 166 (65.23% from 255 or 49.40% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 166 - color contains mainly: green. Hex color #74A636 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A636 is #8B59C9. Grayscale: #8A8A8A. Windows color (decimal): -9132490 or 3581556. OLE color: 3581556.

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

Color convert

RGB11616654-
CMYK0.3000.670.35
HSL86.79º50.91%43.14%-
HSV(B)86.79º67.47%65.1%-
XYZ21.531.258.39-
YUV138.2880.44112.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.52%
GREEN value IS 166 (65.23% from 255) = 49.40%
BLUE value IS 54 (21.48% from 255) = 16.07%
R=34.52%
G=49.40%
B=16.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal116166540.3000.670.3586.7950.9143.14
Hex74A6361E0432357332b
Octal16424666360103431276353
Binary11101001010011011011011110010000111000111010111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,166,54); }

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

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

 a { background-color: rgb(116,166,54); }

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

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

 span { border-color: rgb(116,166,54); }

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