#69A948

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

Shades of Apple #69A948

Tints of Apple #69A948

Color information

#69A948 (or 0x69A948) is unknown color: approx Apple. HEX triplet: 69, A9 and 48. RGB value is (105,169,72). Sum of RGB (Red+Green+Blue) = 105+169+72=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 169 (66.41% from 255 or 48.84% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 169 - color contains mainly: green. Hex color #69A948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A948 is #9656B7. Grayscale: #8B8B8B. Windows color (decimal): -9852600 or 4761961. OLE color: 4761961.

HSL color Cylindrical-coordinate representation of color #69A948: hue angle of 99.59º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69A948 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB10516972-
CMYK0.3800.570.34
HSL99.59º40.25%47.25%-
HSV(B)99.59º57.4%66.27%-
XYZ21.1831.8511.16-
YUV138.8190.3103.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 169 (66.41% from 255) = 48.84%
BLUE value IS 72 (28.52% from 255) = 20.81%
R=30.35%
G=48.84%
B=20.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal105169720.3800.570.3499.5940.2547.25
Hex69A948260392264282f
Octal15125111046071421445057
Binary110100110101001100100010011001110011000101100100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,169,72); }

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

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

 a { background-color: rgb(105,169,72); }

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

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

 span { border-color: rgb(105,169,72); }

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