#679B45

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

Shades of Apple #679B45

Tints of Apple #679B45

Color information

#679B45 (or 0x679B45) is unknown color: approx Apple. HEX triplet: 67, 9B and 45. RGB value is (103,155,69). Sum of RGB (Red+Green+Blue) = 103+155+69=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #679B45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679B45 is #9864BA. Grayscale: #818181. Windows color (decimal): -9987259 or 4561767. OLE color: 4561767.

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

Color convert

RGB10315569-
CMYK0.3400.550.39
HSL96.28º38.39%43.92%-
HSV(B)96.28º55.48%60.78%-
XYZ18.3926.769.83-
YUV129.6593.77108.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.50%
GREEN value IS 155 (60.94% from 255) = 47.40%
BLUE value IS 69 (27.34% from 255) = 21.10%
R=31.50%
G=47.40%
B=21.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal103155690.3400.550.3996.2838.3943.92
Hex679B45220372760262c
Octal14723310542067471404654
Binary110011110011011100010110001001101111001111100000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679B45; }

 p { color: rgb(103,155,69); }

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

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

 a { background-color: rgb(103,155,69); }

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

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

 span { border-color: rgb(103,155,69); }

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