#69B550

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

Shades of Apple #69B550

Tints of Apple #69B550

Color information

#69B550 (or 0x69B550) is unknown color: approx Apple. HEX triplet: 69, B5 and 50. RGB value is (105,181,80). Sum of RGB (Red+Green+Blue) = 105+181+80=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #69B550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B550 is #964AAF. Grayscale: #939393. Windows color (decimal): -9849520 or 5289321. OLE color: 5289321.

HSL color Cylindrical-coordinate representation of color #69B550: hue angle of 105.15º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69B550 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB10518180-
CMYK0.4200.560.29
HSL105.15º40.56%51.18%-
HSV(B)105.15º55.8%70.98%-
XYZ23.836.6313.41-
YUV146.7690.3298.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.69%
GREEN value IS 181 (71.09% from 255) = 49.45%
BLUE value IS 80 (31.64% from 255) = 21.86%
R=28.69%
G=49.45%
B=21.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105181800.4200.560.29105.1540.5651.18
Hex69B5502A0381D692933
Octal15126512052070351515163
Binary11010011011010110100001010100111000111011101001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,181,80); }

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

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

 a { background-color: rgb(105,181,80); }

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

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

 span { border-color: rgb(105,181,80); }

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