#69A153

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

Shades of Apple #69A153

Tints of Apple #69A153

Color information

#69A153 (or 0x69A153) is unknown color: approx Apple. HEX triplet: 69, A1 and 53. RGB value is (105,161,83). Sum of RGB (Red+Green+Blue) = 105+161+83=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 161 - color contains mainly: green. Hex color #69A153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A153 is #965EAC. Grayscale: #878787. Windows color (decimal): -9854637 or 5480809. OLE color: 5480809.

HSL color Cylindrical-coordinate representation of color #69A153: hue angle of 103.08º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69A153 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB10516183-
CMYK0.3500.480.37
HSL103.08º31.97%47.84%-
HSV(B)103.08º48.45%63.14%-
XYZ20.1329.1212.74-
YUV135.3698.45106.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.09%
GREEN value IS 161 (63.28% from 255) = 46.13%
BLUE value IS 83 (32.81% from 255) = 23.78%
R=30.09%
G=46.13%
B=23.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal105161830.3500.480.37103.0831.9747.84
Hex69A1532303025672030
Octal15124112343060451474060
Binary110100110100001101001110001101100001001011100111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,161,83); }

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

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

 a { background-color: rgb(105,161,83); }

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

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

 span { border-color: rgb(105,161,83); }

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