#69A558

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

Shades of Apple #69A558

Tints of Apple #69A558

Color information

#69A558 (or 0x69A558) is unknown color: approx Apple. HEX triplet: 69, A5 and 58. RGB value is (105,165,88). Sum of RGB (Red+Green+Blue) = 105+165+88=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 165 (64.84% from 255 or 46.09% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 165 - color contains mainly: green. Hex color #69A558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A558 is #965AA7. Grayscale: #8A8A8A. Windows color (decimal): -9853608 or 5809513. OLE color: 5809513.

HSL color Cylindrical-coordinate representation of color #69A558: hue angle of 106.75º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69A558 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB10516588-
CMYK0.3600.470.35
HSL106.75º30.43%49.61%-
HSV(B)106.75º46.67%64.71%-
XYZ21.0430.6214.03-
YUV138.2899.62104.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 165 (64.84% from 255) = 46.09%
BLUE value IS 88 (34.77% from 255) = 24.58%
R=29.33%
G=46.09%
B=24.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal105165880.3600.470.35106.7530.4349.61
Hex69A5582402F236b1e32
Octal15124513044057431533662
Binary11010011010010110110001001000101111100011110101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,165,88); }

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

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

 a { background-color: rgb(105,165,88); }

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

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

 span { border-color: rgb(105,165,88); }

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