#699944

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

Shades of Apple #699944

Tints of Apple #699944

Color information

#699944 (or 0x699944) is unknown color: approx Apple. HEX triplet: 69, 99 and 44. RGB value is (105,153,68). Sum of RGB (Red+Green+Blue) = 105+153+68=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #699944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699944 is #9666BB. Grayscale: #818181. Windows color (decimal): -9856700 or 4495721. OLE color: 4495721.

HSL color Cylindrical-coordinate representation of color #699944: hue angle of 93.88º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #699944 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB10515368-
CMYK0.3100.560.4
HSL93.88º38.46%43.33%-
HSV(B)93.88º55.56%60%-
XYZ18.2626.29.56-
YUV128.9693.6110.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 153 (60.16% from 255) = 46.93%
BLUE value IS 68 (26.95% from 255) = 20.86%
R=32.21%
G=46.93%
B=20.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal105153680.3100.560.493.8838.4643.33
Hex6999441F038285e262b
Octal15123110437070501364653
Binary11010011001100110001001111101110001010001011110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699944; }

 p { color: rgb(105,153,68); }

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

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

 a { background-color: rgb(105,153,68); }

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

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

 span { border-color: rgb(105,153,68); }

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