#69C546

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

Shades of Apple #69C546

Tints of Apple #69C546

Color information

#69C546 (or 0x69C546) is unknown color: approx Apple. HEX triplet: 69, C5 and 46. RGB value is (105,197,70). Sum of RGB (Red+Green+Blue) = 105+197+70=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 197 (77.34% from 255 or 52.96% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 197 - color contains mainly: green. Hex color #69C546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C546 is #963AB9. Grayscale: #9B9B9B. Windows color (decimal): -9845434 or 4638057. OLE color: 4638057.

HSL color Cylindrical-coordinate representation of color #69C546: hue angle of 103.46º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #69C546 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB10519770-
CMYK0.4700.640.23
HSL103.46º52.26%52.35%-
HSV(B)103.46º64.47%77.25%-
XYZ26.943.3812.75-
YUV155.0180.0292.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.23%
GREEN value IS 197 (77.34% from 255) = 52.96%
BLUE value IS 70 (27.73% from 255) = 18.82%
R=28.23%
G=52.96%
B=18.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal105197700.4700.640.23103.4652.2652.35
Hex69C5462F04017673434
Octal151305106570100271476464
Binary110100111000101100011010111101000000101111100111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,197,70); }

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

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

 a { background-color: rgb(105,197,70); }

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

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

 span { border-color: rgb(105,197,70); }

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