#689945

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

Shades of Apple #689945

Tints of Apple #689945

Color information

#689945 (or 0x689945) is unknown color: approx Apple. HEX triplet: 68, 99 and 45. RGB value is (104,153,69). Sum of RGB (Red+Green+Blue) = 104+153+69=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #689945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689945 is #9766BA. Grayscale: #818181. Windows color (decimal): -9922235 or 4561256. OLE color: 4561256.

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

Color convert

RGB10415369-
CMYK0.3200.550.4
HSL95º37.84%43.53%-
HSV(B)95º54.9%60%-
XYZ18.1726.169.72-
YUV128.7794.27110.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.90%
GREEN value IS 153 (60.16% from 255) = 46.93%
BLUE value IS 69 (27.34% from 255) = 21.17%
R=31.90%
G=46.93%
B=21.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal104153690.3200.550.49537.8443.53
Hex68994520037285f262c
Octal15023110540067501374654
Binary110100010011001100010110000001101111010001011111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689945; }

 p { color: rgb(104,153,69); }

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

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

 a { background-color: rgb(104,153,69); }

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

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

 span { border-color: rgb(104,153,69); }

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