#689D45

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

Shades of Apple #689D45

Tints of Apple #689D45

Color information

#689D45 (or 0x689D45) is unknown color: approx Apple. HEX triplet: 68, 9D and 45. RGB value is (104,157,69). Sum of RGB (Red+Green+Blue) = 104+157+69=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 157 - color contains mainly: green. Hex color #689D45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689D45 is #9762BA. Grayscale: #838383. Windows color (decimal): -9921211 or 4562280. OLE color: 4562280.

HSL color Cylindrical-coordinate representation of color #689D45: hue angle of 96.14º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #689D45 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB10415769-
CMYK0.3400.560.38
HSL96.14º38.94%44.31%-
HSV(B)96.14º56.05%61.57%-
XYZ18.8427.499.94-
YUV131.1292.94108.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.52%
GREEN value IS 157 (61.72% from 255) = 47.58%
BLUE value IS 69 (27.34% from 255) = 20.91%
R=31.52%
G=47.58%
B=20.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104157690.3400.560.3896.1438.9444.31
Hex689D45220382660272c
Octal15023510542070461404754
Binary110100010011101100010110001001110001001101100000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689D45; }

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

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

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

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

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

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

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

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