#74B26B

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

Shades of Amulet #74B26B

Tints of Amulet #74B26B

Color information

#74B26B (or 0x74B26B) is unknown color: approx Amulet. HEX triplet: 74, B2 and 6B. RGB value is (116,178,107). Sum of RGB (Red+Green+Blue) = 116+178+107=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 178 - color contains mainly: green. Hex color #74B26B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B26B is #8B4D94. Grayscale: #979797. Windows color (decimal): -9129365 or 7058036. OLE color: 7058036.

HSL color Cylindrical-coordinate representation of color #74B26B: hue angle of 112.39º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74B26B is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB116178107-
CMYK0.3500.400.30
HSL112.39º31.56%55.88%-
HSV(B)112.39º39.89%69.8%-
XYZ25.7836.6219.62-
YUV151.37102.96102.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.93%
GREEN value IS 178 (69.92% from 255) = 44.39%
BLUE value IS 107 (42.19% from 255) = 26.68%
R=28.93%
G=44.39%
B=26.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1161781070.3500.400.30112.3931.5655.88
Hex74B26B230281E702038
Octal16426215343050361604070
Binary11101001011001011010111000110101000111101110000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,178,107); }

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

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

 a { background-color: rgb(116,178,107); }

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

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

 span { border-color: rgb(116,178,107); }

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