#69CA56

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

Shades of Apple #69CA56

Tints of Apple #69CA56

Color information

#69CA56 (or 0x69CA56) is unknown color: approx Apple. HEX triplet: 69, CA and 56. RGB value is (105,202,86). Sum of RGB (Red+Green+Blue) = 105+202+86=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CA56 is #9635A9. Grayscale: #A0A0A0. Windows color (decimal): -9844138 or 5687913. OLE color: 5687913.

HSL color Cylindrical-coordinate representation of color #69CA56: hue angle of 110.17º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69CA56 is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB10520286-
CMYK0.4800.570.21
HSL110.17º52.25%56.47%-
HSV(B)110.17º57.43%79.22%-
XYZ28.6345.9216.16-
YUV159.7786.3688.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.72%
GREEN value IS 202 (79.30% from 255) = 51.40%
BLUE value IS 86 (33.98% from 255) = 21.88%
R=26.72%
G=51.40%
B=21.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal105202860.4800.570.21110.1752.2556.47
Hex69CA5630039156e3438
Octal15131212660071251566470
Binary11010011100101010101101100000111001101011101110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,202,86); }

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

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

 a { background-color: rgb(105,202,86); }

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

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

 span { border-color: rgb(105,202,86); }

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