#69B455

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

Shades of Apple #69B455

Tints of Apple #69B455

Color information

#69B455 (or 0x69B455) is unknown color: approx Apple. HEX triplet: 69, B4 and 55. RGB value is (105,180,85). Sum of RGB (Red+Green+Blue) = 105+180+85=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #69B455 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B455 is #964BAA. Grayscale: #939393. Windows color (decimal): -9849771 or 5616745. OLE color: 5616745.

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

Color convert

RGB10518085-
CMYK0.4200.530.29
HSL107.37º38.78%51.96%-
HSV(B)107.37º52.78%70.59%-
XYZ23.7936.314.35-
YUV146.7493.1598.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.38%
GREEN value IS 180 (70.70% from 255) = 48.65%
BLUE value IS 85 (33.59% from 255) = 22.97%
R=28.38%
G=48.65%
B=22.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105180850.4200.530.29107.3738.7851.96
Hex69B4552A0351D6b2734
Octal15126412552065351534764
Binary11010011011010010101011010100110101111011101011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,180,85); }

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

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

 a { background-color: rgb(105,180,85); }

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

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

 span { border-color: rgb(105,180,85); }

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