#699F50

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

Shades of Apple #699F50

Tints of Apple #699F50

Color information

#699F50 (or 0x699F50) is unknown color: approx Apple. HEX triplet: 69, 9F and 50. RGB value is (105,159,80). Sum of RGB (Red+Green+Blue) = 105+159+80=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 159 - color contains mainly: green. Hex color #699F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699F50 is #9660AF. Grayscale: #868686. Windows color (decimal): -9855152 or 5283689. OLE color: 5283689.

HSL color Cylindrical-coordinate representation of color #699F50: hue angle of 101.01º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #699F50 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB10515980-
CMYK0.3400.500.38
HSL101.01º33.05%46.86%-
HSV(B)101.01º49.69%62.35%-
XYZ19.6728.3812.03-
YUV133.8597.61107.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.52%
GREEN value IS 159 (62.5% from 255) = 46.22%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=30.52%
G=46.22%
B=23.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105159800.3400.500.38101.0133.0546.86
Hex699F50220322665212f
Octal15123712042062461454157
Binary110100110011111101000010001001100101001101100101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699F50; }

 p { color: rgb(105,159,80); }

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

<style>
 a { background-color: #699F50; }

 a { background-color: rgb(105,159,80); }

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

<style>
 span { border-color: #699F50; }

 span { border-color: rgb(105,159,80); }

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