#69B74D

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

Shades of Apple #69B74D

Tints of Apple #69B74D

Color information

#69B74D (or 0x69B74D) is unknown color: approx Apple. HEX triplet: 69, B7 and 4D. RGB value is (105,183,77). Sum of RGB (Red+Green+Blue) = 105+183+77=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #69B74D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B74D is #9648B2. Grayscale: #939393. Windows color (decimal): -9849011 or 5093225. OLE color: 5093225.

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

Color convert

RGB10518377-
CMYK0.4300.580.28
HSL104.15º42.4%50.98%-
HSV(B)104.15º57.92%71.76%-
XYZ24.137.4112.97-
YUV147.5988.1697.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.77%
GREEN value IS 183 (71.88% from 255) = 50.14%
BLUE value IS 77 (30.47% from 255) = 21.10%
R=28.77%
G=50.14%
B=21.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal105183770.4300.580.28104.1542.450.98
Hex69B74D2B03A1C682a33
Octal15126711553072341505263
Binary11010011011011110011011010110111010111001101000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69B74D; }

 p { color: rgb(105,183,77); }

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

<style>
 a { background-color: #69B74D; }

 a { background-color: rgb(105,183,77); }

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

<style>
 span { border-color: #69B74D; }

 span { border-color: rgb(105,183,77); }

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