#69A03E

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

Shades of Apple #69A03E

Tints of Apple #69A03E

Color information

#69A03E (or 0x69A03E) is unknown color: approx Apple. HEX triplet: 69, A0 and 3E. RGB value is (105,160,62). Sum of RGB (Red+Green+Blue) = 105+160+62=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 160 (62.89% from 255 or 48.93% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 160 - color contains mainly: green. Hex color #69A03E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A03E is #965FC1. Grayscale: #848484. Windows color (decimal): -9854914 or 4104297. OLE color: 4104297.

HSL color Cylindrical-coordinate representation of color #69A03E: hue angle of 93.67º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #69A03E is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB10516062-
CMYK0.3400.610.37
HSL93.67º44.14%43.53%-
HSV(B)93.67º61.25%62.75%-
XYZ19.2728.499.04-
YUV132.3888.28108.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.11%
GREEN value IS 160 (62.89% from 255) = 48.93%
BLUE value IS 62 (24.61% from 255) = 18.96%
R=32.11%
G=48.93%
B=18.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal105160620.3400.610.3793.6744.1443.53
Hex69A03E2203D255e2c2c
Octal1512407642075451365454
Binary11010011010000011111010001001111011001011011110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,160,62); }

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

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

 a { background-color: rgb(105,160,62); }

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

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

 span { border-color: rgb(105,160,62); }

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