#74B649

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

Shades of Apple #74B649

Tints of Apple #74B649

Color information

#74B649 (or 0x74B649) is unknown color: approx Apple. HEX triplet: 74, B6 and 49. RGB value is (116,182,73). Sum of RGB (Red+Green+Blue) = 116+182+73=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #74B649 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B649 is #8B49B6. Grayscale: #969696. Windows color (decimal): -9128375 or 4830836. OLE color: 4830836.

HSL color Cylindrical-coordinate representation of color #74B649: hue angle of 96.33º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74B649 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB11618273-
CMYK0.3600.600.29
HSL96.33º42.75%50%-
HSV(B)96.33º59.89%71.37%-
XYZ25.1337.6512.25-
YUV149.8484.63103.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.27%
GREEN value IS 182 (71.48% from 255) = 49.06%
BLUE value IS 73 (28.91% from 255) = 19.68%
R=31.27%
G=49.06%
B=19.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116182730.3600.600.2996.3342.7550
Hex74B6492403C1D602b32
Octal16426611144074351405362
Binary11101001011011010010011001000111100111011100000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,182,73); }

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

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

 a { background-color: rgb(116,182,73); }

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

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

 span { border-color: rgb(116,182,73); }

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