#69B749

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

Shades of Apple #69B749

Tints of Apple #69B749

Color information

#69B749 (or 0x69B749) is unknown color: approx Apple. HEX triplet: 69, B7 and 49. RGB value is (105,183,73). Sum of RGB (Red+Green+Blue) = 105+183+73=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 183 (71.88% from 255 or 50.69% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 183 - color contains mainly: green. Hex color #69B749 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B749 is #9648B6. Grayscale: #939393. Windows color (decimal): -9849015 or 4831081. OLE color: 4831081.

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

Color convert

RGB10518373-
CMYK0.4300.600.28
HSL102.55º43.31%50.2%-
HSV(B)102.55º60.11%71.76%-
XYZ23.9637.3512.25-
YUV147.1486.1697.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.09%
GREEN value IS 183 (71.88% from 255) = 50.69%
BLUE value IS 73 (28.91% from 255) = 20.22%
R=29.09%
G=50.69%
B=20.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal105183730.4300.600.28102.5543.3150.2
Hex69B7492B03C1C672b32
Octal15126711153074341475362
Binary11010011011011110010011010110111100111001100111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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