#689A4B

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

Shades of Apple #689A4B

Tints of Apple #689A4B

Color information

#689A4B (or 0x689A4B) is unknown color: approx Apple. HEX triplet: 68, 9A and 4B. RGB value is (104,154,75). Sum of RGB (Red+Green+Blue) = 104+154+75=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 154 - color contains mainly: green. Hex color #689A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689A4B is #9765B4. Grayscale: #828282. Windows color (decimal): -9921973 or 4954728. OLE color: 4954728.

HSL color Cylindrical-coordinate representation of color #689A4B: hue angle of 97.97º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #689A4B is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB10415475-
CMYK0.3200.510.40
HSL97.97º34.5%44.9%-
HSV(B)97.97º51.3%60.39%-
XYZ18.5326.5610.81-
YUV130.0496.94109.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 154 (60.55% from 255) = 46.25%
BLUE value IS 75 (29.69% from 255) = 22.52%
R=31.23%
G=46.25%
B=22.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104154750.3200.510.4097.9734.544.9
Hex689A4B200332862222d
Octal15023211340063501424255
Binary110100010011010100101110000001100111010001100010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,154,75); }

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

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

 a { background-color: rgb(104,154,75); }

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

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

 span { border-color: rgb(104,154,75); }

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