#69AF4D

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

Shades of Apple #69AF4D

Tints of Apple #69AF4D

Color information

#69AF4D (or 0x69AF4D) is unknown color: approx Apple. HEX triplet: 69, AF and 4D. RGB value is (105,175,77). Sum of RGB (Red+Green+Blue) = 105+175+77=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AF4D is #9650B2. Grayscale: #8F8F8F. Windows color (decimal): -9851059 or 5091177. OLE color: 5091177.

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

Color convert

RGB10517577-
CMYK0.4000.560.31
HSL102.86º38.89%49.41%-
HSV(B)102.86º56%68.63%-
XYZ22.534.212.44-
YUV142.990.81100.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.41%
GREEN value IS 175 (68.75% from 255) = 49.02%
BLUE value IS 77 (30.47% from 255) = 21.57%
R=29.41%
G=49.02%
B=21.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105175770.4000.560.31102.8638.8949.41
Hex69AF4D280381F672731
Octal15125711550070371474761
Binary11010011010111110011011010000111000111111100111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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