#74B139

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

Shades of Apple #74B139

Tints of Apple #74B139

Color information

#74B139 (or 0x74B139) is unknown color: approx Apple. HEX triplet: 74, B1 and 39. RGB value is (116,177,57). Sum of RGB (Red+Green+Blue) = 116+177+57=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 177 (69.53% from 255 or 50.57% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 177 - color contains mainly: green. Hex color #74B139 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74B139 is #8B4EC6. Grayscale: #919191. Windows color (decimal): -9129671 or 3780980. OLE color: 3780980.

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

Color convert

RGB11617757-
CMYK0.3400.680.31
HSL90.5º51.28%45.88%-
HSV(B)90.5º67.8%69.41%-
XYZ23.6635.459.47-
YUV145.0878.29107.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.14%
GREEN value IS 177 (69.53% from 255) = 50.57%
BLUE value IS 57 (22.66% from 255) = 16.29%
R=33.14%
G=50.57%
B=16.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116177570.3400.680.3190.551.2845.88
Hex74B139220441F5a332e
Octal16426171420104371326356
Binary11101001011000111100110001001000100111111011010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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