#69A540

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

Shades of Apple #69A540

Tints of Apple #69A540

Color information

#69A540 (or 0x69A540) is unknown color: approx Apple. HEX triplet: 69, A5 and 40. RGB value is (105,165,64). Sum of RGB (Red+Green+Blue) = 105+165+64=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 165 (64.84% from 255 or 49.40% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 165 - color contains mainly: green. Hex color #69A540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A540 is #965ABF. Grayscale: #878787. Windows color (decimal): -9853632 or 4236649. OLE color: 4236649.

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

Color convert

RGB10516564-
CMYK0.3600.610.35
HSL95.64º44.1%44.9%-
HSV(B)95.64º61.21%64.71%-
XYZ20.2130.289.63-
YUV135.5587.62106.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.44%
GREEN value IS 165 (64.84% from 255) = 49.40%
BLUE value IS 64 (25.39% from 255) = 19.16%
R=31.44%
G=49.40%
B=19.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal105165640.3600.610.3595.6444.144.9
Hex69A5402403D23602c2d
Octal15124510044075431405455
Binary110100110100101100000010010001111011000111100000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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