#69C632

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

Shades of Apple #69C632

Tints of Apple #69C632

Color information

#69C632 (or 0x69C632) is unknown color: approx Apple. HEX triplet: 69, C6 and 32. RGB value is (105,198,50). Sum of RGB (Red+Green+Blue) = 105+198+50=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 198 (77.73% from 255 or 56.09% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 198 - color contains mainly: green. Hex color #69C632 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C632 is #9639CD. Grayscale: #999999. Windows color (decimal): -9845198 or 3327593. OLE color: 3327593.

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

Color convert

RGB10519850-
CMYK0.4700.750.22
HSL97.7º59.68%48.63%-
HSV(B)97.7º74.75%77.65%-
XYZ26.643.6210.04-
YUV153.3269.6993.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.75%
GREEN value IS 198 (77.73% from 255) = 56.09%
BLUE value IS 50 (19.92% from 255) = 14.16%
R=29.75%
G=56.09%
B=14.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal105198500.4700.750.2297.759.6848.63
Hex69C6322F04B16623c31
Octal15130662570113261427461
Binary11010011100011011001010111101001011101101100010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,198,50); }

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

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

 a { background-color: rgb(105,198,50); }

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

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

 span { border-color: rgb(105,198,50); }

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