#69BB51

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

Shades of Apple #69BB51

Tints of Apple #69BB51

Color information

#69BB51 (or 0x69BB51) is unknown color: approx Apple. HEX triplet: 69, BB and 51. RGB value is (105,187,81). Sum of RGB (Red+Green+Blue) = 105+187+81=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #69BB51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BB51 is #9644AE. Grayscale: #969696. Windows color (decimal): -9847983 or 5356393. OLE color: 5356393.

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

Color convert

RGB10518781-
CMYK0.4400.570.27
HSL106.42º43.8%52.55%-
HSV(B)106.42º56.68%73.33%-
XYZ25.0839.1414.02-
YUV150.488.8395.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.15%
GREEN value IS 187 (73.44% from 255) = 50.13%
BLUE value IS 81 (32.03% from 255) = 21.72%
R=28.15%
G=50.13%
B=21.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105187810.4400.570.27106.4243.852.55
Hex69BB512C0391B6a2c35
Octal15127312154071331525465
Binary11010011011101110100011011000111001110111101010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BB51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,187,81); }

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

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

 a { background-color: rgb(105,187,81); }

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

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

 span { border-color: rgb(105,187,81); }

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