#69B447

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

Shades of Apple #69B447

Tints of Apple #69B447

Color information

#69B447 (or 0x69B447) is unknown color: approx Apple. HEX triplet: 69, B4 and 47. RGB value is (105,180,71). Sum of RGB (Red+Green+Blue) = 105+180+71=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #69B447 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B447 is #964BB8. Grayscale: #919191. Windows color (decimal): -9849785 or 4699241. OLE color: 4699241.

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

Color convert

RGB10518071-
CMYK0.4200.610.29
HSL101.28º43.43%49.22%-
HSV(B)101.28º60.56%70.59%-
XYZ23.2836.111.7-
YUV145.1586.1599.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.49%
GREEN value IS 180 (70.70% from 255) = 50.56%
BLUE value IS 71 (28.12% from 255) = 19.94%
R=29.49%
G=50.56%
B=19.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105180710.4200.610.29101.2843.4349.22
Hex69B4472A03D1D652b31
Octal15126410752075351455361
Binary11010011011010010001111010100111101111011100101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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