#74B74F

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

Shades of Apple #74B74F

Tints of Apple #74B74F

Color information

#74B74F (or 0x74B74F) is unknown color: approx Apple. HEX triplet: 74, B7 and 4F. RGB value is (116,183,79). Sum of RGB (Red+Green+Blue) = 116+183+79=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #74B74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B74F is #8B48B0. Grayscale: #979797. Windows color (decimal): -9128113 or 5224308. OLE color: 5224308.

HSL color Cylindrical-coordinate representation of color #74B74F: hue angle of 98.65º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74B74F is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB11618379-
CMYK0.3700.570.28
HSL98.65º41.94%51.37%-
HSV(B)98.65º56.83%71.76%-
XYZ25.5538.1413.41-
YUV151.1187.3102.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.69%
GREEN value IS 183 (71.88% from 255) = 48.41%
BLUE value IS 79 (31.25% from 255) = 20.90%
R=30.69%
G=48.41%
B=20.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal116183790.3700.570.2898.6541.9451.37
Hex74B74F250391C632a33
Octal16426711745071341435263
Binary11101001011011110011111001010111001111001100011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,183,79); }

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

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

 a { background-color: rgb(116,183,79); }

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

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

 span { border-color: rgb(116,183,79); }

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