#69C631

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

Shades of Apple #69C631

Tints of Apple #69C631

Color information

#69C631 (or 0x69C631) is unknown color: approx Apple. HEX triplet: 69, C6 and 31. RGB value is (105,198,49). Sum of RGB (Red+Green+Blue) = 105+198+49=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 198 (77.73% from 255 or 56.25% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 198 - color contains mainly: green. Hex color #69C631 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C631 is #9639CE. Grayscale: #999999. Windows color (decimal): -9845199 or 3262057. OLE color: 3262057.

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

Color convert

RGB10519849-
CMYK0.4700.750.22
HSL97.45º60.32%48.43%-
HSV(B)97.45º75.25%77.65%-
XYZ26.5743.619.92-
YUV153.2169.1993.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.83%
GREEN value IS 198 (77.73% from 255) = 56.25%
BLUE value IS 49 (19.53% from 255) = 13.92%
R=29.83%
G=56.25%
B=13.92%

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
Decimal105198490.4700.750.2297.4560.3248.43
Hex69C6312F04B16613c30
Octal15130661570113261417460
Binary11010011100011011000110111101001011101101100001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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