#69B54D

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

Shades of Apple #69B54D

Tints of Apple #69B54D

Color information

#69B54D (or 0x69B54D) is unknown color: approx Apple. HEX triplet: 69, B5 and 4D. RGB value is (105,181,77). Sum of RGB (Red+Green+Blue) = 105+181+77=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #69B54D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B54D is #964AB2. Grayscale: #929292. Windows color (decimal): -9849523 or 5092713. OLE color: 5092713.

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

Color convert

RGB10518177-
CMYK0.4200.570.29
HSL103.85º41.27%50.59%-
HSV(B)103.85º57.46%70.98%-
XYZ23.6936.5912.83-
YUV146.4288.8298.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.93%
GREEN value IS 181 (71.09% from 255) = 49.86%
BLUE value IS 77 (30.47% from 255) = 21.21%
R=28.93%
G=49.86%
B=21.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105181770.4200.570.29103.8541.2750.59
Hex69B54D2A0391D682933
Octal15126511552071351505163
Binary11010011011010110011011010100111001111011101000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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