#69A548

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

Shades of Apple #69A548

Tints of Apple #69A548

Color information

#69A548 (or 0x69A548) is unknown color: approx Apple. HEX triplet: 69, A5 and 48. RGB value is (105,165,72). Sum of RGB (Red+Green+Blue) = 105+165+72=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #69A548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A548 is #965AB7. Grayscale: #888888. Windows color (decimal): -9853624 or 4760937. OLE color: 4760937.

HSL color Cylindrical-coordinate representation of color #69A548: hue angle of 98.71º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69A548 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB10516572-
CMYK0.3600.560.35
HSL98.71º39.24%46.47%-
HSV(B)98.71º56.36%64.71%-
XYZ20.4530.3810.92-
YUV136.4691.62105.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 165 (64.84% from 255) = 48.25%
BLUE value IS 72 (28.52% from 255) = 21.05%
R=30.70%
G=48.25%
B=21.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal105165720.3600.560.3598.7139.2446.47
Hex69A548240382363272e
Octal15124511044070431434756
Binary110100110100101100100010010001110001000111100011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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