#69BC5B

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

Shades of Apple #69BC5B

Tints of Apple #69BC5B

Color information

#69BC5B (or 0x69BC5B) is unknown color: approx Apple. HEX triplet: 69, BC and 5B. RGB value is (105,188,91). Sum of RGB (Red+Green+Blue) = 105+188+91=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #69BC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BC5B is #9643A4. Grayscale: #989898. Windows color (decimal): -9847717 or 6012009. OLE color: 6012009.

HSL color Cylindrical-coordinate representation of color #69BC5B: hue angle of 111.34º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69BC5B is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB10518891-
CMYK0.4400.520.26
HSL111.34º41.99%54.71%-
HSV(B)111.34º51.6%73.73%-
XYZ25.739.7316.21-
YUV152.1293.594.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.34%
GREEN value IS 188 (73.83% from 255) = 48.96%
BLUE value IS 91 (35.94% from 255) = 23.70%
R=27.34%
G=48.96%
B=23.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105188910.4400.520.26111.3441.9954.71
Hex69BC5B2C0341A6f2a37
Octal15127413354064321575267
Binary11010011011110010110111011000110100110101101111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,188,91); }

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

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

 a { background-color: rgb(105,188,91); }

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

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

 span { border-color: rgb(105,188,91); }

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