#74B63F

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

Shades of Apple #74B63F

Tints of Apple #74B63F

Color information

#74B63F (or 0x74B63F) is unknown color: approx Apple. HEX triplet: 74, B6 and 3F. RGB value is (116,182,63). Sum of RGB (Red+Green+Blue) = 116+182+63=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #74B63F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B63F is #8B49C0. Grayscale: #959595. Windows color (decimal): -9128385 or 4175476. OLE color: 4175476.

HSL color Cylindrical-coordinate representation of color #74B63F: hue angle of 93.28º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74B63F is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB11618263-
CMYK0.3600.650.29
HSL93.28º48.57%48.04%-
HSV(B)93.28º65.38%71.37%-
XYZ24.8337.5310.64-
YUV148.779.63104.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.13%
GREEN value IS 182 (71.48% from 255) = 50.42%
BLUE value IS 63 (25% from 255) = 17.45%
R=32.13%
G=50.42%
B=17.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116182630.3600.650.2993.2848.5748.04
Hex74B63F240411D5d3130
Octal16426677440101351356160
Binary11101001011011011111110010001000001111011011101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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