#69AF39

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

Shades of Apple #69AF39

Tints of Apple #69AF39

Color information

#69AF39 (or 0x69AF39) is unknown color: approx Apple. HEX triplet: 69, AF and 39. RGB value is (105,175,57). Sum of RGB (Red+Green+Blue) = 105+175+57=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AF39 is #9650C6. Grayscale: #8D8D8D. Windows color (decimal): -9851079 or 3780457. OLE color: 3780457.

HSL color Cylindrical-coordinate representation of color #69AF39: hue angle of 95.59º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #69AF39 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB10517557-
CMYK0.4000.670.31
HSL95.59º50.86%45.49%-
HSV(B)95.59º67.43%68.63%-
XYZ21.8933.969.27-
YUV140.6280.81102.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 175 (68.75% from 255) = 51.93%
BLUE value IS 57 (22.66% from 255) = 16.91%
R=31.16%
G=51.93%
B=16.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105175570.4000.670.3195.5950.8645.49
Hex69AF39280431F60332d
Octal15125771500103371406355
Binary11010011010111111100110100001000011111111100000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,175,57); }

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

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

 a { background-color: rgb(105,175,57); }

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

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

 span { border-color: rgb(105,175,57); }

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