#69C345

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

Shades of Apple #69C345

Tints of Apple #69C345

Color information

#69C345 (or 0x69C345) is unknown color: approx Apple. HEX triplet: 69, C3 and 45. RGB value is (105,195,69). Sum of RGB (Red+Green+Blue) = 105+195+69=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #69C345 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C345 is #963CBA. Grayscale: #9A9A9A. Windows color (decimal): -9845947 or 4572009. OLE color: 4572009.

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

Color convert

RGB10519569-
CMYK0.4600.650.24
HSL102.86º51.22%51.76%-
HSV(B)102.86º64.62%76.47%-
XYZ26.4142.4612.43-
YUV153.7380.1893.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.46%
GREEN value IS 195 (76.56% from 255) = 52.85%
BLUE value IS 69 (27.34% from 255) = 18.70%
R=28.46%
G=52.85%
B=18.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal105195690.4600.650.24102.8651.2251.76
Hex69C3452E04118673334
Octal151303105560101301476364
Binary110100111000011100010110111001000001110001100111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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