#69C358

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

Shades of Apple #69C358

Tints of Apple #69C358

Color information

#69C358 (or 0x69C358) is unknown color: approx Apple. HEX triplet: 69, C3 and 58. RGB value is (105,195,88). Sum of RGB (Red+Green+Blue) = 105+195+88=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #69C358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C358 is #963CA7. Grayscale: #9C9C9C. Windows color (decimal): -9845928 or 5817193. OLE color: 5817193.

HSL color Cylindrical-coordinate representation of color #69C358: hue angle of 110.47º 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 #69C358 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB10519588-
CMYK0.4600.550.24
HSL110.47º47.14%55.49%-
HSV(B)110.47º54.87%76.47%-
XYZ27.142.7416.05-
YUV155.8989.6891.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.06%
GREEN value IS 195 (76.56% from 255) = 50.26%
BLUE value IS 88 (34.77% from 255) = 22.68%
R=27.06%
G=50.26%
B=22.68%

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
Decimal105195880.4600.550.24110.4747.1455.49
Hex69C3582E037186e2f37
Octal15130313056067301565767
Binary11010011100001110110001011100110111110001101110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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