#69A53F

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

Shades of Apple #69A53F

Tints of Apple #69A53F

Color information

#69A53F (or 0x69A53F) is unknown color: approx Apple. HEX triplet: 69, A5 and 3F. RGB value is (105,165,63). Sum of RGB (Red+Green+Blue) = 105+165+63=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 165 (64.84% from 255 or 49.55% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 165 - color contains mainly: green. Hex color #69A53F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A53F is #965AC0. Grayscale: #878787. Windows color (decimal): -9853633 or 4171113. OLE color: 4171113.

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

Color convert

RGB10516563-
CMYK0.3600.620.35
HSL95.29º44.74%44.71%-
HSV(B)95.29º61.82%64.71%-
XYZ20.1830.279.48-
YUV135.4387.12106.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 165 (64.84% from 255) = 49.55%
BLUE value IS 63 (25% from 255) = 18.92%
R=31.53%
G=49.55%
B=18.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal105165630.3600.620.3595.2944.7444.71
Hex69A53F2403E235f2d2d
Octal1512457744076431375555
Binary11010011010010111111110010001111101000111011111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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