#699E52

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

Shades of Apple #699E52

Tints of Apple #699E52

Color information

#699E52 (or 0x699E52) is unknown color: approx Apple. HEX triplet: 69, 9E and 52. RGB value is (105,158,82). Sum of RGB (Red+Green+Blue) = 105+158+82=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 158 - color contains mainly: green. Hex color #699E52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699E52 is #9661AD. Grayscale: #858585. Windows color (decimal): -9855406 or 5414505. OLE color: 5414505.

HSL color Cylindrical-coordinate representation of color #699E52: hue angle of 101.84º 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 #699E52 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB10515882-
CMYK0.3400.480.38
HSL101.84º31.67%47.06%-
HSV(B)101.84º48.1%61.96%-
XYZ19.5828.0712.37-
YUV133.4998.94107.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 158 (62.11% from 255) = 45.80%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=30.43%
G=45.80%
B=23.77%

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
Decimal105158820.3400.480.38101.8431.6747.06
Hex699E52220302666202f
Octal15123612242060461464057
Binary110100110011110101001010001001100001001101100110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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