#69AD4D

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

Shades of Apple #69AD4D

Tints of Apple #69AD4D

Color information

#69AD4D (or 0x69AD4D) is unknown color: approx Apple. HEX triplet: 69, AD and 4D. RGB value is (105,173,77). Sum of RGB (Red+Green+Blue) = 105+173+77=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AD4D is #9652B2. Grayscale: #8E8E8E. Windows color (decimal): -9851571 or 5090665. OLE color: 5090665.

HSL color Cylindrical-coordinate representation of color #69AD4D: hue angle of 102.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69AD4D is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB10517377-
CMYK0.3900.550.32
HSL102.5º38.4%49.02%-
HSV(B)102.5º55.49%67.84%-
XYZ22.1133.4312.31-
YUV141.7291.47101.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.58%
GREEN value IS 173 (67.97% from 255) = 48.73%
BLUE value IS 77 (30.47% from 255) = 21.69%
R=29.58%
G=48.73%
B=21.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105173770.3900.550.32102.538.449.02
Hex69AD4D2703720662631
Octal15125511547067401464661
Binary110100110101101100110110011101101111000001100110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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