#74B150

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

Shades of Apple #74B150

Tints of Apple #74B150

Color information

#74B150 (or 0x74B150) is unknown color: approx Apple. HEX triplet: 74, B1 and 50. RGB value is (116,177,80). Sum of RGB (Red+Green+Blue) = 116+177+80=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 177 - color contains mainly: green. Hex color #74B150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B150 is #8B4EAF. Grayscale: #949494. Windows color (decimal): -9129648 or 5288308. OLE color: 5288308.

HSL color Cylindrical-coordinate representation of color #74B150: hue angle of 97.73º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74B150 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB11617780-
CMYK0.3400.550.31
HSL97.73º38.34%50.39%-
HSV(B)97.73º54.8%69.41%-
XYZ24.3735.7413.2-
YUV147.789.79105.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 177 (69.53% from 255) = 47.45%
BLUE value IS 80 (31.64% from 255) = 21.45%
R=31.10%
G=47.45%
B=21.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116177800.3400.550.3197.7338.3450.39
Hex74B150220371F622632
Octal16426112042067371424662
Binary11101001011000110100001000100110111111111100010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,177,80); }

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

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

 a { background-color: rgb(116,177,80); }

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

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

 span { border-color: rgb(116,177,80); }

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