#69C357

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

Shades of Apple #69C357

Tints of Apple #69C357

Color information

#69C357 (or 0x69C357) is unknown color: approx Apple. HEX triplet: 69, C3 and 57. RGB value is (105,195,87). Sum of RGB (Red+Green+Blue) = 105+195+87=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #69C357 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C357 is #963CA8. Grayscale: #9C9C9C. Windows color (decimal): -9845929 or 5751657. OLE color: 5751657.

HSL color Cylindrical-coordinate representation of color #69C357: hue angle of 110º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69C357 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB10519587-
CMYK0.4600.550.24
HSL110º47.37%55.29%-
HSV(B)110º55.38%76.47%-
XYZ27.0642.7215.84-
YUV155.7889.1891.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.13%
GREEN value IS 195 (76.56% from 255) = 50.39%
BLUE value IS 87 (34.38% from 255) = 22.48%
R=27.13%
G=50.39%
B=22.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal105195870.4600.550.2411047.3755.29
Hex69C3572E037186e2f37
Octal15130312756067301565767
Binary11010011100001110101111011100110111110001101110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,195,87); }

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

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

 a { background-color: rgb(105,195,87); }

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

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

 span { border-color: rgb(105,195,87); }

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