#69A455

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

Shades of Apple #69A455

Tints of Apple #69A455

Color information

#69A455 (or 0x69A455) is unknown color: approx Apple. HEX triplet: 69, A4 and 55. RGB value is (105,164,85). Sum of RGB (Red+Green+Blue) = 105+164+85=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 164 (64.45% from 255 or 46.33% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 164 - color contains mainly: green. Hex color #69A455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A455 is #965BAA. Grayscale: #898989. Windows color (decimal): -9853867 or 5612649. OLE color: 5612649.

HSL color Cylindrical-coordinate representation of color #69A455: hue angle of 104.81º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69A455 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB10516485-
CMYK0.3600.480.36
HSL104.81º31.73%48.82%-
HSV(B)104.81º48.17%64.31%-
XYZ20.7430.2113.33-
YUV137.3598.45104.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.66%
GREEN value IS 164 (64.45% from 255) = 46.33%
BLUE value IS 85 (33.59% from 255) = 24.01%
R=29.66%
G=46.33%
B=24.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal105164850.3600.480.36104.8131.7348.82
Hex69A4552403024692031
Octal15124412544060441514061
Binary110100110100100101010110010001100001001001101001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,164,85); }

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

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

 a { background-color: rgb(105,164,85); }

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

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

 span { border-color: rgb(105,164,85); }

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