#69AF41

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

Shades of Apple #69AF41

Tints of Apple #69AF41

Color information

#69AF41 (or 0x69AF41) is unknown color: approx Apple. HEX triplet: 69, AF and 41. RGB value is (105,175,65). Sum of RGB (Red+Green+Blue) = 105+175+65=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AF41 is #9650BE. Grayscale: #8D8D8D. Windows color (decimal): -9851071 or 4304745. OLE color: 4304745.

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

Color convert

RGB10517565-
CMYK0.4000.630.31
HSL98.18º45.83%47.06%-
HSV(B)98.18º62.86%68.63%-
XYZ22.1134.0410.41-
YUV141.5384.81101.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 175 (68.75% from 255) = 50.72%
BLUE value IS 65 (25.78% from 255) = 18.84%
R=30.43%
G=50.72%
B=18.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105175650.4000.630.3198.1845.8347.06
Hex69AF412803F1F622e2f
Octal15125710150077371425657
Binary11010011010111110000011010000111111111111100010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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