#69BA5B

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

Shades of Apple #69BA5B

Tints of Apple #69BA5B

Color information

#69BA5B (or 0x69BA5B) is unknown color: approx Apple. HEX triplet: 69, BA and 5B. RGB value is (105,186,91). Sum of RGB (Red+Green+Blue) = 105+186+91=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #69BA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BA5B is #9645A4. Grayscale: #979797. Windows color (decimal): -9848229 or 6011497. OLE color: 6011497.

HSL color Cylindrical-coordinate representation of color #69BA5B: hue angle of 111.16º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69BA5B is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB10518691-
CMYK0.4400.510.27
HSL111.16º40.77%54.31%-
HSV(B)111.16º51.08%72.94%-
XYZ25.2738.8816.07-
YUV150.9594.1695.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.49%
GREEN value IS 186 (73.05% from 255) = 48.69%
BLUE value IS 91 (35.94% from 255) = 23.82%
R=27.49%
G=48.69%
B=23.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105186910.4400.510.27111.1640.7754.31
Hex69BA5B2C0331B6f2936
Octal15127213354063331575166
Binary11010011011101010110111011000110011110111101111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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