#69A044

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

Shades of Apple #69A044

Tints of Apple #69A044

Color information

#69A044 (or 0x69A044) is unknown color: approx Apple. HEX triplet: 69, A0 and 44. RGB value is (105,160,68). Sum of RGB (Red+Green+Blue) = 105+160+68=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 160 (62.89% from 255 or 48.05% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 160 - color contains mainly: green. Hex color #69A044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A044 is #965FBB. Grayscale: #858585. Windows color (decimal): -9854908 or 4497513. OLE color: 4497513.

HSL color Cylindrical-coordinate representation of color #69A044: hue angle of 95.87º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69A044 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB10516068-
CMYK0.3400.570.37
HSL95.87º40.35%44.71%-
HSV(B)95.87º57.5%62.75%-
XYZ19.4428.569.96-
YUV133.0791.28107.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 160 (62.89% from 255) = 48.05%
BLUE value IS 68 (26.95% from 255) = 20.42%
R=31.53%
G=48.05%
B=20.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal105160680.3400.570.3795.8740.3544.71
Hex69A044220392560282d
Octal15124010442071451405055
Binary110100110100000100010010001001110011001011100000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,160,68); }

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

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

 a { background-color: rgb(105,160,68); }

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

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

 span { border-color: rgb(105,160,68); }

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