#69AB3E

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

Shades of Apple #69AB3E

Tints of Apple #69AB3E

Color information

#69AB3E (or 0x69AB3E) is unknown color: approx Apple. HEX triplet: 69, AB and 3E. RGB value is (105,171,62). Sum of RGB (Red+Green+Blue) = 105+171+62=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AB3E is #9654C1. Grayscale: #8B8B8B. Windows color (decimal): -9852098 or 4107113. OLE color: 4107113.

HSL color Cylindrical-coordinate representation of color #69AB3E: hue angle of 96.33º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #69AB3E is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB10517162-
CMYK0.3900.640.33
HSL96.33º46.78%45.69%-
HSV(B)96.33º63.74%67.06%-
XYZ21.2632.489.71-
YUV138.8484.63103.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.07%
GREEN value IS 171 (67.19% from 255) = 50.59%
BLUE value IS 62 (24.61% from 255) = 18.34%
R=31.07%
G=50.59%
B=18.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105171620.3900.640.3396.3346.7845.69
Hex69AB3E2704021602f2e
Octal15125376470100411405756
Binary110100110101011111110100111010000001000011100000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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