#69BB48

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

Shades of Apple #69BB48

Tints of Apple #69BB48

Color information

#69BB48 (or 0x69BB48) is unknown color: approx Apple. HEX triplet: 69, BB and 48. RGB value is (105,187,72). Sum of RGB (Red+Green+Blue) = 105+187+72=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 187 (73.44% from 255 or 51.37% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 187 - color contains mainly: green. Hex color #69BB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69BB48 is #9644B7. Grayscale: #959595. Windows color (decimal): -9847992 or 4766569. OLE color: 4766569.

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

Color convert

RGB10518772-
CMYK0.4400.610.27
HSL102.78º45.82%50.78%-
HSV(B)102.78º61.5%73.33%-
XYZ24.7739.0112.36-
YUV149.3784.3396.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.85%
GREEN value IS 187 (73.44% from 255) = 51.37%
BLUE value IS 72 (28.52% from 255) = 19.78%
R=28.85%
G=51.37%
B=19.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105187720.4400.610.27102.7845.8250.78
Hex69BB482C03D1B672e33
Octal15127311054075331475663
Binary11010011011101110010001011000111101110111100111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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