#699D50

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

Shades of Apple #699D50

Tints of Apple #699D50

Color information

#699D50 (or 0x699D50) is unknown color: approx Apple. HEX triplet: 69, 9D and 50. RGB value is (105,157,80). Sum of RGB (Red+Green+Blue) = 105+157+80=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 157 - color contains mainly: green. Hex color #699D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D50 is #9662AF. Grayscale: #848484. Windows color (decimal): -9855664 or 5283177. OLE color: 5283177.

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

Color convert

RGB10515780-
CMYK0.3300.490.38
HSL100.52º32.49%46.47%-
HSV(B)100.52º49.04%61.57%-
XYZ19.3327.711.92-
YUV132.6798.27108.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 157 (61.72% from 255) = 45.91%
BLUE value IS 80 (31.64% from 255) = 23.39%
R=30.70%
G=45.91%
B=23.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105157800.3300.490.38100.5232.4946.47
Hex699D50210312665202e
Octal15123512041061461454056
Binary110100110011101101000010000101100011001101100101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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