#69C758

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

Shades of Apple #69C758

Tints of Apple #69C758

Color information

#69C758 (or 0x69C758) is unknown color: approx Apple. HEX triplet: 69, C7 and 58. RGB value is (105,199,88). Sum of RGB (Red+Green+Blue) = 105+199+88=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 199 (78.12% from 255 or 50.77% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 199 - color contains mainly: green. Hex color #69C758 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C758 is #9638A7. Grayscale: #9E9E9E. Windows color (decimal): -9844904 or 5818217. OLE color: 5818217.

HSL color Cylindrical-coordinate representation of color #69C758: hue angle of 110.81º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69C758 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB10519988-
CMYK0.4700.560.22
HSL110.81º49.78%56.27%-
HSV(B)110.81º55.78%78.04%-
XYZ28.0144.5516.36-
YUV158.2488.3690.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.79%
GREEN value IS 199 (78.12% from 255) = 50.77%
BLUE value IS 88 (34.77% from 255) = 22.45%
R=26.79%
G=50.77%
B=22.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal105199880.4700.560.22110.8149.7856.27
Hex69C7582F038166f3238
Octal15130713057070261576270
Binary11010011100011110110001011110111000101101101111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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