#69A545

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

Shades of Apple #69A545

Tints of Apple #69A545

Color information

#69A545 (or 0x69A545) is unknown color: approx Apple. HEX triplet: 69, A5 and 45. RGB value is (105,165,69). Sum of RGB (Red+Green+Blue) = 105+165+69=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #69A545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A545 is #965ABA. Grayscale: #888888. Windows color (decimal): -9853627 or 4564329. OLE color: 4564329.

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

Color convert

RGB10516569-
CMYK0.3600.580.35
HSL97.5º41.03%45.88%-
HSV(B)97.5º58.18%64.71%-
XYZ20.3630.3410.41-
YUV136.1290.12105.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.97%
GREEN value IS 165 (64.84% from 255) = 48.67%
BLUE value IS 69 (27.34% from 255) = 20.35%
R=30.97%
G=48.67%
B=20.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal105165690.3600.580.3597.541.0345.88
Hex69A5452403A2362292e
Octal15124510544072431425156
Binary110100110100101100010110010001110101000111100010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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