#69AF4C

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

Shades of Apple #69AF4C

Tints of Apple #69AF4C

Color information

#69AF4C (or 0x69AF4C) is unknown color: approx Apple. HEX triplet: 69, AF and 4C. RGB value is (105,175,76). Sum of RGB (Red+Green+Blue) = 105+175+76=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AF4C is #9650B3. Grayscale: #8F8F8F. Windows color (decimal): -9851060 or 5025641. OLE color: 5025641.

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

Color convert

RGB10517576-
CMYK0.4000.570.31
HSL102.42º39.44%49.22%-
HSV(B)102.42º56.57%68.63%-
XYZ22.4634.1912.25-
YUV142.7890.31101.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.49%
GREEN value IS 175 (68.75% from 255) = 49.16%
BLUE value IS 76 (30.08% from 255) = 21.35%
R=29.49%
G=49.16%
B=21.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105175760.4000.570.31102.4239.4449.22
Hex69AF4C280391F662731
Octal15125711450071371464761
Binary11010011010111110011001010000111001111111100110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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