#699F52

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

Shades of Apple #699F52

Tints of Apple #699F52

Color information

#699F52 (or 0x699F52) is unknown color: approx Apple. HEX triplet: 69, 9F and 52. RGB value is (105,159,82). Sum of RGB (Red+Green+Blue) = 105+159+82=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 159 - color contains mainly: green. Hex color #699F52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699F52 is #9660AD. Grayscale: #868686. Windows color (decimal): -9855150 or 5414761. OLE color: 5414761.

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

Color convert

RGB10515982-
CMYK0.3400.480.38
HSL102.08º31.95%47.25%-
HSV(B)102.08º48.43%62.35%-
XYZ19.7528.4112.43-
YUV134.0898.61107.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 159 (62.5% from 255) = 45.95%
BLUE value IS 82 (32.42% from 255) = 23.70%
R=30.35%
G=45.95%
B=23.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105159820.3400.480.38102.0831.9547.25
Hex699F52220302666202f
Octal15123712242060461464057
Binary110100110011111101001010001001100001001101100110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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