#69AB34

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

Shades of Apple #69AB34

Tints of Apple #69AB34

Color information

#69AB34 (or 0x69AB34) is unknown color: approx Apple. HEX triplet: 69, AB and 34. RGB value is (105,171,52). Sum of RGB (Red+Green+Blue) = 105+171+52=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AB34 is #9654CB. Grayscale: #8A8A8A. Windows color (decimal): -9852108 or 3451753. OLE color: 3451753.

HSL color Cylindrical-coordinate representation of color #69AB34: hue angle of 93.28º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69AB34 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB10517152-
CMYK0.3900.700.33
HSL93.28º53.36%43.73%-
HSV(B)93.28º69.59%67.06%-
XYZ21.0132.388.39-
YUV137.779.63104.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 171 (67.19% from 255) = 52.13%
BLUE value IS 52 (20.70% from 255) = 15.85%
R=32.01%
G=52.13%
B=15.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105171520.3900.700.3393.2853.3643.73
Hex69AB3427046215d352c
Octal15125364470106411356554
Binary110100110101011110100100111010001101000011011101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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